MDX statement when having two dimensions on the rows in Active form
Posted: Fri Sep 13, 2019 2:45 pm
Hi Everyone
I think this is the right Board index to ask a general questions.
I have an active form with two dimensions on the rows and want to filter on a value in the column. It works great with 1 dimension on the row but how do I get it to work with two dimensions. The MDX below is for when there is 1 dimension called ICP_OH Account. I would like to put a second dimension called S_Business Unit but don't know how to merge the MDX. Any suggestions would be greatly appreciated.
Thanks!!
Hiten
{FILTER({TM1SUBSETALL([ICP_OH Account])},[ICP_OH Allocations Method].([ICP_OH Allocation Method Measure].[Spread Method])="Input")}
I think this is the right Board index to ask a general questions.
I have an active form with two dimensions on the rows and want to filter on a value in the column. It works great with 1 dimension on the row but how do I get it to work with two dimensions. The MDX below is for when there is 1 dimension called ICP_OH Account. I would like to put a second dimension called S_Business Unit but don't know how to merge the MDX. Any suggestions would be greatly appreciated.
Thanks!!
Hiten
{FILTER({TM1SUBSETALL([ICP_OH Account])},[ICP_OH Allocations Method].([ICP_OH Allocation Method Measure].[Spread Method])="Input")}