![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
This example is a good starting point, but isn't exhaustive. http://spaces.msn.com/members/denster/Blog/cns!1pvF91EMBBNxnTGlLGUgGehg!296.entry V |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Try this, just a change on the Customer Name and Country Region lines (as the Adventure Works cube was used as an AS Tutorial tool and the names got changed at some point in the tutorial lessons) drillthrough maxrows 100 select {[Measures].[Internet Order Quantity]} on 0, {[Product].[Product Categories].[Clothing]} on 1 from [Adventure Works] return [$Product].[Model Name] as [Model Name], [$Customer].[Customer] as [Customer Name], [$Customer].[Country] as [Country Region], [$Measures].[Internet Order Quantity] as [Orders], [$Measures].[Internet Sales Amount] as [Sales], [$Measures].[Internet Total Product Cost] as [Cost] |
#7
| |||
| |||
|
|
Can drillthrough work on more than 1 measure groups? Once I tried that, this message is returned Errors from the SQL query module: Drillthrough columns must belong to exactly one measure group. The columns requested by the drillthrough statement are referencing multiple measure groups. Any workaround for that? Can more than 1 drillthroughs be 'union-ed' in some ways to achieve the effect? |
![]() |
| Thread Tools | |
| Display Modes | |
| |