![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way to DrilldownMember a specific member in a cross join. Take the MDX query SELECT {CROSSJOIN({[Customers].[All Customers].children}, {[Product].[All Products].children})} on 0 from [Sales] I would like to DrilldownMember on [Drink] under [USA] is this possible? Tom |
#3
| |||
| |||
|
|
-----Original Message----- Is this what you mean...? SELECT Crossjoin( [Customers].[All Customers].children , { [Product Family].Members, Drink.Children } ) on 0 FROM Sales (not sytax checked) tom @ the domain below www.tomchester.net "Tom George" <thenasian (AT) yahoo (DOT) com> wrote in message news:097a01c38c52$daa5ed20$a101280a (AT) phx (DOT) gbl... Is there a way to DrilldownMember a specific member in a cross join. Take the MDX query SELECT {CROSSJOIN({[Customers].[All Customers].children}, {[Product].[All Products].children})} on 0 from [Sales] I would like to DrilldownMember on [Drink] under [USA] is this possible? Tom . |
#4
| |||
| |||
|
| SELECT {[Measures].[Unit Sales]} on 0, |
#5
| |||
| |||
|
|
-----Original Message----- Sorry for not being more clear. I want only the Drink under USA to be drilleddown, not drink under Mexico or Canada. What I want is something like this Canada Drink Canada Food Canada Non-Consumable Mexico Drink Mexico Food Mexico Non-Consumable USA Drink USA Alcoholic Beverage USA Beverages USA Diary USA Food USA Non-Consumable -----Original Message----- Is this what you mean...? SELECT Crossjoin( [Customers].[All Customers].children , { [Product Family].Members, Drink.Children } ) on 0 FROM Sales (not sytax checked) tom @ the domain below www.tomchester.net "Tom George" <thenasian (AT) yahoo (DOT) com> wrote in message news:097a01c38c52$daa5ed20$a101280a (AT) phx (DOT) gbl... Is there a way to DrilldownMember a specific member in a cross join. Take the MDX query SELECT {CROSSJOIN({[Customers].[All Customers].children}, {[Product].[All Products].children})} on 0 from [Sales] I would like to DrilldownMember on [Drink] under [USA] is this possible? Tom . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |