dbTalk Databases Forums  

default to an inbetween level in a dimension

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


Discuss default to an inbetween level in a dimension in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Angie via SQLMonster.com
 
Posts: n/a

Default default to an inbetween level in a dimension - 06-01-2005 , 10:10 AM






Dimension name is Testd

Levels are
level1
level2
level3
….
….

I need to make all levels available to the user, but default to level3
based on login user.

member property userid2 is available under Level3

tail(filter( [testd].[level3].members,[testd].currentmember.properties
("UsrId2")=USERNAME),1).item(0)

This does not seem to work unless I make Level3 the first level on the
front end tool. Is this a front end tool issue or is my MDX incorrect? The
MDX by itself does return the expected result in the MDX sample application

TIA

--
Message posted via http://www.sqlmonster.com

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.