![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am having the following problem. When I pass one of the two MDX Query to Analysis Services Sp3 then I get the correct result (Ranking of the top five products -this is a parent child dimension with about 100000 elements) with /*set T6 As 'TopCount(FILTER([Produkt].members, ISLEAF([Produkt].Currentmember)),5,[Measures].[Anzahl])' */ set T6 As 'TopCount(Descendants([Produkt].[Alle Produkte und Dienstleistungen],,LEAVES),5,[Measures].[Anzahl])' select {[Measures].[Anzahl]} on Columns, {T6} on Rows from Postensicht However when I define a Named Set within Analysis Manager in a virtual Cube I get the first five products in my Dimension. I just can not figure out why because essentially the two approaches should give me the same result. thanks in advance cheers, Andrew |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hey thanks for help. My question then is how can I do a ranking on only the leaf elements in a parent child dimension. In other words I want to know |
|
thanks a million! andrew |
![]() |
| Thread Tools | |
| Display Modes | |
| |