dbTalk Databases Forums  

Need an ALL level in dimension sub-level

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


Discuss Need an ALL level in dimension sub-level in the microsoft.public.sqlserver.olap forum.



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

Default Need an ALL level in dimension sub-level - 09-09-2006 , 05:20 AM






Hi,
I have created cascading prompts in my report for levels in a dimension. The
cascading prompts popluates members of the l+1 level for every l level I
select.
I am trying to include an "ALL" option in the lower levels. For example, I
may want to view my report by a certain SBU and all BUs under it. I find that
I cannot run the report without a value in all parameters. So, I am trying to
include an ALL option in the selected list of descendants of the current
level member.
The MDX I am using to populate the list of BUs is :
"Select [SBUs].CurrentMember.UniqueName on axis(0), " &
"{DESCENDANTS(" & Parameters!SBU.Value & ", [SBUs].[BUs])} on axis(1) from
Cube1

Is there a way I can include an ALL option either in reporting services or
in MDX?

Thanks
Supriya

P.s. I have cross-posted this in the reportingsvcs newsgroup as well

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.