Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mdx-problem: how can i get 2 levels from 1 dimension

Status
Not open for further replies.

mikeG77

Programmer
Joined
Jul 10, 2002
Messages
2
Location
DE
Hi,
this is my problem: On rows i got a dimension with 3 levels, for example: year, month and day and on columns a measure like 'quantity'. now i´d like to write an mdx-query with a result like this:

|quantity|
|2001| January | 7|
|2001|February| 5|
...
|2002| January | 33|
...

years and month must both be in the result,
NEST is not working because it only allows different
dimensions and UNION just allows to get year and month
in one column.
Please help!
 
You could make the parent tag a property of the child.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top