Hi,
In the Manage Roles,
On the Cell Security - Read Permission - Change
to "Custom" and place the MDX similar to
IIf([Measures].CurrentMember IS [Measures].
[YourCalculatedMemberName],0,1)
0 - represents don't show.
1 - represents show.
HTH.
Cheers,
Sanka
Quote:
-----Original Message-----
Hello
I'm trying to restrict access to calculated members
through OLAP security
but it only allows me to restrict access to base
measures. I only work with
calculated ones, so is there any way to do this?
Tore Johnsen
. |