dbTalk Databases Forums  

MDX MSOLAP Filter

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


Discuss MDX MSOLAP Filter in the microsoft.public.sqlserver.olap forum.



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

Default MDX MSOLAP Filter - 06-16-2005 , 08:57 AM






Hi,

I have a very easy question:
I would like to filter a dimension on one value.
I have a Dimension "Prod" with 4 levels:
Prod.nom.modele.article.taille
I want to get all the members of the dimension where article=13255

Thanks

Bertrand Gex


Reply With Quote
  #2  
Old   
OLAPMonkey (http://olapmonkey.blogspot.com/)
 
Posts: n/a

Default Re: MDX MSOLAP Filter - 06-16-2005 , 10:03 AM






If 13255 only exists in one spot in your hiereachy then something like
this...

GreatGrandfatherProd.GrandfatherNom.FatherModele.1 3255.Children

Filter(Prod.taille.members, Prod.CurrentMember.Parent.Name = "13255")

-Monty

Bertrand Gex wrote:
Quote:
Hi,

I have a very easy question:
I would like to filter a dimension on one value.
I have a Dimension "Prod" with 4 levels:
Prod.nom.modele.article.taille
I want to get all the members of the dimension where article=13255

Thanks

Bertrand Gex


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.