Forum Discussion
db_pdx
3 years agoValued Contributor
Hi doconnel: yes this is possible using the TextN fields of the target dimensions and member filter logic.
An example layout would look as follows (this assumes usage in a Workflow context, but you can modify as needed):
Component Description | Combo box | Combo Box's Parameter | Parameter's Member Filter (Member List Type) |
Entity Selection | cbx_Select_Entity | Select_Entity_WF | E#Root.WFProfileEntities |
U2 Selection ("Department") | cbx_Select_Department | Select_Department_WF | U2#YourTopOfDepartmentName.DescendantsInclusive.Where(Text1 Contains |!Select_Entity_WF!|) |
The key to making this work is two fold:
- You add tags to the U2 dimension members in the Text1 field using the entity names. Use a comma separated list for multiple entities on the same member
- The Member Filter on the U2 Selection (Department) which has logic to filter the list to display only those members which are associated to the entity selected.
Make sure the first selection refreshes the dashboard component that contains the U2 Selection else the list won't show the relevant items. Hope the above makes sense and happy to field follow-ups.
Cheers,
-DB
Related Content
- 10 months ago
- 9 months ago
- 5 months ago