Hi All
This is Wasem.
I am facing an issue on a requirement, Can anyone suggest a way to do this requirement.
Details:
we have two different dimension one is C_PROJECT (stores the project codes) and C_DESCRIPTION (used for Capex Description).
C_Description is multi-selection for each and every project and there is no fixed count on the list in template for C_Description for the projects. Now the requirement is whenever I select any particular project from the context then the relevant Capex description which are created during planning for that particular project should only appear in report/template and all other C_Description should not be displayed.
Eg: Below are the list for dimension members for the respective dimensions
C_PROJECT C_DESCRIPTION
PROJ1 DESC1
PROJ2 DESC2
PROJ3 DESC3
DESC4
DESC5
DESC6
For proj1 Desc1=100
Desc2 =200
Proj2 Desc3=1000
Desc4 =1200
Proj3 Desc1 =100
Desc2=300
Desc4=100
Desc5=1000
Now in the above example when I select Proj1 then I should only see Desc1, Desc2 and provision for new descriptions as well.
For Proj2 it should display Desc3 and Desc4.
For Proj3 then I should be able to see Desc1, Desc2, Desc4, Desc5 only and provision for new descriptions.