![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have the following MDX: SELECT { Measures.ValuedCustomer1, Measures.ValuedCustomer2, Measures.ValuedCustomer3, Measures.ValuedCustomer4, Measures.ValuedCustomer5, Measures.WelcomedCustomer1, Measures.WelcomedCustomer2, Measures.WelcomedCustomer3, Measures.WelcomedCustomer4, Measures.WelcomedCustomer5 } ON COLUMNS FROM [Customer Satisfaction] Running this MDX against my cube returns a single row with 12 columns. I really need two separate rows - the first row displaying measures ValuedCustomer1 - 5; the second row displaying measures WelcomedCustomer1 - 5. How can I put the measures on separate rows? TIA |
#3
| |||
| |||
|
|
"Greg" <greg.block (AT) comcast (DOT) net> wrote in message news:caa26adb.0401221038.66e86723 (AT) posting (DOT) google.com... I have the following MDX: SELECT { Measures.ValuedCustomer1, Measures.ValuedCustomer2, Measures.ValuedCustomer3, Measures.ValuedCustomer4, Measures.ValuedCustomer5, Measures.WelcomedCustomer1, Measures.WelcomedCustomer2, Measures.WelcomedCustomer3, Measures.WelcomedCustomer4, Measures.WelcomedCustomer5 } ON COLUMNS FROM [Customer Satisfaction] Running this MDX against my cube returns a single row with 12 columns. I really need two separate rows - the first row displaying measures ValuedCustomer1 - 5; the second row displaying measures WelcomedCustomer1 - 5. How can I put the measures on separate rows? TIA |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |