Hi,
i've a request to filter the column axis based on "property of a dim member" selected in page axis.
for example, we've following scenario.
Mat_A (Material) is manufactured only in PLT_A (plant).
Mat_B (Material) is manufactured only in PLT_B (plant).
Mat_C (Material) is manufactured only in PLT_C (plant).
Plant dimension members are as follows
PLT_A
PLT_B
PLT_C
Material dimension members are as follows. I added as many properties as that of plants we've to Material dimension.
Mat PLT_A PLT_B PLT_C
MAT_A X
MAT_B X
MAT_C X
Now, my EPM report is
Page Axis : Plant selection
Row Axis : Time
Column Axis : Material
If user selects PLT_A in page axis for plant, i'm looking for a following report.
Plant : PLT_A
MATERIAL
TIME MAT_A
Q3 10
Q4 20
If user selects PLT_B in page axis for plant, i'm looking for a following report.
Plant : PLT_B
MATERIAL
TIME MAT_B
Q3 15
Q4 25
How could i achieve this. Any inputs greatly appreciated.