on ‎2018 Mar 02 3:45 PM
Hi experts,
I am looking to filter out 2 members from my "EPMContextMember" section when double clicked. I am currently using a filter to show only members which ID ends in "SUB" by using EPMContextMember(,"VERSION","ID LIKE *SUB") and it is working as expected, however, now there is 2 members that need to be restricted from this filter ,XX1_SUB and XX2_SUB, and can't get it to work.
So far I'ver tried;
EPMContextMember(,"VERSION","ID LIKE *SUB,ID<>XX1_SUB,XX2_SUB)" and
EPMContextMember(,"VERSION","ID LIKE *SUB;ID<>XX1_SUB;ID<>XX2_SUB)" but they have not work as expected.
Any thoughts? Thanks in advance.
Request clarification before answering.
Not possible, the condition in EPMContextMember is very limited.
You can create a new property in VERSION dimension and fill it by "Y" for the required members. Then use this property.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim, I thought so, which leads me to ask you;
If I decide to "filter out" those 2 members manually from the "Report Editor" options, would I still be able to save data or retrieve data to them if I hard code their ID's in a EPMSAVEDATA or EPMDATARETRIEVE function in the report? Thanks again.
How filtering in selection is related to the ability to save data??? No relation! If you are talking about data access restriction then you will not be able to save!
P.S. In general I do not recommend using "EPMSAVEDATA or EPMDATARETRIEVE"
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.