dbTalk Databases Forums  

Getting only leaf members

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


Discuss Getting only leaf members in the microsoft.public.sqlserver.olap forum.



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

Default Getting only leaf members - 04-08-2005 , 02:21 AM






Is there any MDX functions wich return only the leaf members ov a parent
child dimension?
Thank you
Andrea



Reply With Quote
  #2  
Old   
Joerg
 
Posts: n/a

Default RE: Getting only leaf members - 04-08-2005 , 05:45 AM






Select
Filter(account.members,IsLeaf(account.currentmembe r))
on 0 from budget

HTH
Jörg

"Andrea Temporin" wrote:

Quote:
Is there any MDX functions wich return only the leaf members ov a parent
child dimension?
Thank you
Andrea




Reply With Quote
  #3  
Old   
Andrea Temporin
 
Posts: n/a

Default Re: Getting only leaf members - 04-08-2005 , 08:02 AM



thanks
Andrea
"Joerg" <Joerg (AT) discussions (DOT) microsoft.com> ha scritto nel messaggio
news:EE72905D-7DA8-407F-B8E0-A0559E794ABF (AT) microsoft (DOT) com...
Quote:
Select
Filter(account.members,IsLeaf(account.currentmembe r))
on 0 from budget

HTH
Jörg

"Andrea Temporin" wrote:

Is there any MDX functions wich return only the leaf members ov a parent
child dimension?
Thank you
Andrea






Reply With Quote
  #4  
Old   
Andrea Temporin
 
Posts: n/a

Default Re: Getting only leaf members - 04-08-2005 , 10:06 AM



Just another question, can you tell me something more about the syntax
"SELECT [...] ON 0 FROM [...]" ?
Thank you very much
Andrea

"Joerg" <Joerg (AT) discussions (DOT) microsoft.com> ha scritto nel messaggio
news:EE72905D-7DA8-407F-B8E0-A0559E794ABF (AT) microsoft (DOT) com...
Quote:
Select
Filter(account.members,IsLeaf(account.currentmembe r))
on 0 from budget

HTH
Jörg

"Andrea Temporin" wrote:

Is there any MDX functions wich return only the leaf members ov a parent
child dimension?
Thank you
Andrea






Reply With Quote
  #5  
Old   
Evgeny
 
Posts: n/a

Default Re: Getting only leaf members - 04-08-2005 , 10:29 AM



You can get the set of leaves by using: Descendants([Any level or
member of dimension],, Leaves).

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.