Forum Discussion
- EricOsmanskiValued Contributor
Harry - you can put this query into a Data Adapter and then into a Dashboard. You can also make a parameter which will pop up and require an entry or allow the user to select the member.
SELECT Name
FROM CubeViewItem
Where XmlData LIKE '%YOURMEMBERNAME%' - HarryNew Contributor III
Thank you very much Eric,
Do you know how to dipslay the cube views that contain a member even if the member is not memtioned explicitly, but through a business rule or an aggregate in the field "member filter" ?
Thanks,
Harry
- EricOsmanskiValued Contributor
You could search the BR's for the member name, but to see if it exists within a member filter would be something that needs to be built. I can imagine it being quite expensive because of all the checks that would need to be done, but it likely is possible. I don't have anything on this, though.
- HarryNew Contributor III
Thanks Eric
Harry
Related Content
- 2 years ago
- 9 months ago