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!!!!