Hi All,
I just wanna apply filter a few of members in EPMContextMember formula for a dimension (called as "MT") which has "ID" & "Description" columns.
Suppose that dimension is as in the table below. And there is not any extra property in that dimension.
So could you please tell me how i can make a filter to see only B & D members whenever double-click the EPMContextMember cell?
I've tried as =EPMContextMember(;"MT";"ID=A, B") or =EPMContextMember(;"MT";"ID=A","ID=B") but can't...
ID | Description |
---|---|
A | Asdf |
B | Bsdf |
C | Csdf |
D | Dsdf |
E | Esdf |
Thanks in Advance my friends