TM1 Using MDX parameter in Active Form
Posted: Fri May 27, 2011 10:59 am
hi,
I am trying to understand a Active form which is using dynamic paremetrised MDX but not able to understand the implementaion.
In the spreadsheet ( screen print below), the formula at the top left row looks like this
=TM1RPTROW($E$8,"Planning Sample:plan_chart_of_accounts","","","AccountName",0, IF(G12="ALL", MDX_for_3_levels, IF(G12=0, MDX_for_0_level, IF(G12 = 1, MDX_for_1_level, MDX_for_2_levels))))
Then there are two excel form, one Report origin Selects the level name of Account and then 2nd form "Level" provides level number to be drilled down like this
Report name: Net Operating Income
Levels: 2.
Based on the selecting Activ forms shows all levels.
can anyone please explain what is happening here and how to find source code , this excel is "Planning sample MDX" provided in planning sample model
I am trying to understand a Active form which is using dynamic paremetrised MDX but not able to understand the implementaion.
In the spreadsheet ( screen print below), the formula at the top left row looks like this
=TM1RPTROW($E$8,"Planning Sample:plan_chart_of_accounts","","","AccountName",0, IF(G12="ALL", MDX_for_3_levels, IF(G12=0, MDX_for_0_level, IF(G12 = 1, MDX_for_1_level, MDX_for_2_levels))))
Then there are two excel form, one Report origin Selects the level name of Account and then 2nd form "Level" provides level number to be drilled down like this
Report name: Net Operating Income
Levels: 2.
Based on the selecting Activ forms shows all levels.
can anyone please explain what is happening here and how to find source code , this excel is "Planning sample MDX" provided in planning sample model