dbTalk Databases Forums  

Parent Child MDX to return all members from all level, Excluding leaf members

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


Discuss Parent Child MDX to return all members from all level, Excluding leaf members in the microsoft.public.sqlserver.olap forum.



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

Default Parent Child MDX to return all members from all level, Excluding leaf members - 01-21-2004 , 07:29 PM






Could anyone be kind enough to help me past my mental block?

What MDX syntax will return a set that points to all non leaf members
of a parent child dimension?

Thanks

Reply With Quote
  #2  
Old   
Tom Chester
 
Posts: n/a

Default Re: Parent Child MDX to return all members from all level, Excluding leaf members - 01-21-2004 , 08:29 PM






Something like this:

{ Descendants(MyDim) -
Descendants(MyDim,,Leaves) }

public @ the domain below
www.tomchester.net

"Rob Dennett" <rdennett (AT) apac (DOT) ko.com> wrote

Quote:
Could anyone be kind enough to help me past my mental block?

What MDX syntax will return a set that points to all non leaf members
of a parent child dimension?

Thanks



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.