dbTalk Databases Forums  

Measurelevel security

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Measurelevel security in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tore Johnsen
 
Posts: n/a

Default Measurelevel security - 11-27-2003 , 05:20 AM






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



Reply With Quote
  #2  
Old   
Sanka
 
Posts: n/a

Default Measurelevel security - 11-27-2003 , 07:29 AM






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


.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.