dbTalk Databases Forums  

Dimension Security

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


Discuss Dimension Security in the microsoft.public.sqlserver.olap forum.



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

Default Dimension Security - 12-01-2005 , 04:22 PM







select [Measures].[SF Access]on columns,
FILTER ([Dim Customer].[Customer Name].Members, (Strtotuple(Mid (username,
instr(1, username, "\") + 1,128)) , [Measures].[SF Access]) = 1)
on rows
from [demo1]

The query works in Management Studio. Not sure where and how to setup under
the advance tab in dimension security...I am green with regards to MDX
expressions. Any suggestion or are there any example using data driven
security in AS 2005?

Thanks

--
tobemdx

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.