dbTalk Databases Forums  

Cell Level Security per role

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


Discuss Cell Level Security per role in the microsoft.public.sqlserver.olap forum.



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

Default Cell Level Security per role - 05-18-2004 , 12:14 PM






Hi,
My system consists of a Analysis Services 2000 OLAP database with
multiple cubes viewed via an OWC(11) tool.

I have a business requirement to restrict users to OLAP data that is
relevant to their area e.g. Austrian user may be member of a role that
will have read permissions on German and Austrian data

To implement this I tried both dimension and cell level security. On
both I had the problem that the restriction was only enforced when the
dimension referenced was active.

I have tried the following MDX at the Cell Level ;

iif( Ancestor([Sales Location].CurrentMember,
[Disti Top Prnt Sales Location]).Name = "Ireland", True,
False)

This only works where "Sales Location" is one of the active
dimensions.

Any ideas on how I can get this to work regardless of whether the
"Sales Location" has been selected or not?

Any help would be greatly appreciated.

Thanks,
Gerry

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.