![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, Im pretty new to MDX queries and am trying to create a query that i can use in reporting services to drill down into my data. SELECT { Descendants ([Time].[All Time].[2003], [Time].[Month], LEAVES), Descendants ([Time].[All Time].[2004], [Time].[Month], LEAVES)} ON COLUMNS, { Descendants ([Customer].[All Customer], [Customer].[PostcodeArea], LEAVES) } ON ROWS FROM Joiners This currently shows the correct information, the ability to view joiners by their location (country -> region -> postcodeArea) and by year, quarter and month. However, when the postcodearea is reached, the postcodes seem to be in a random order. Is there a way to order the dimensions? Or am i confusing a simple issue. Thanks. Ben Mann |
![]() |
| Thread Tools | |
| Display Modes | |
| |