Hi ,
I have a requirement to display values based on the selection of properties from different dimension
Below are the two dimension with properties.
COMP_CODE | |
ID | REG |
A1 | AMS |
A2 | AMS |
E1 | EMEA |
E2 | EMEA |
ENTITY | ||
ID | CC | DEPT |
11 | A1 | FIN |
22 | A1 | IT |
33 | E1 | OPERATION |
44 | E1 | IT |
55 | E1 | HR |
Output for selection
Region | need list | achieved via EPMdimension propertYvalues() |
Ccode | need list | need list based on the reference of region selection .Ex: if AMS is selected should show A1 and A2 in the list |
DEPT | need list | need list based on the reference of CCODE selection.Ex,if A1 is selected the list should show FIN and IT |
Entity | unique value | based on Ccode and DEPT should give entity ID. Ex:CCODE=A1 and Dept=IT then ID=22 |
request your help in the user selections for EPM report
Thanks
Aamer