MDX Filter by Level (in SubsetCreateByMDX)
Posted: Wed May 05, 2010 12:40 am
In TI we can create Subsets based on the FilterByLevel e.g
will select the Zero Level elements.
but I want to select the Level Zero and the Level 1 elements at the same time. Please tell me how can I do it using the above MDX
Please help!!!!
Code: Select all
SubsetCreateByMDX('MySubsetName', '{TM1FILTERBYLEVEL( {TM1SUBSETALL([MyDimensionName] )}, 0)}');
but I want to select the Level Zero and the Level 1 elements at the same time. Please tell me how can I do it using the above MDX
Please help!!!!