Forum Discussion
db_pdx
3 years agoValued Contributor
Hi Whenderson: something similar can be achieved using standard Member Filter .Where(TextN Contains Filter) capabilities. However, you'll need to invert how you've done the tagging.
In your UD2, Text2 field: add the entity names that correspond to the segments. Comma delimited or pipe delimited should both work. You can now retrieve these members using a simple Member Filter as such:
- U2#YourTopMemberOfTheDimension.DescendantsInclusive.Where(Text2 Contains HardCodedEntity)
- U2#YourTopMemberOfTheDimension.DescendantsInclusive.Where(Text2 Contains |MFEntity|)
- U2#YourTopMemberOfTheDimension.DescendantsInclusive.Where(Text2 Contains |CVEntity|)
Similar example about usage in a dashboard: here
Cheers,
-DB
Related Content
- 3 years ago
- 11 months ago
- 12 months ago
- 2 months ago