HI!
In my cube are 2 dimensions and one measure.
And now, I want to present this in a report. But I can't state more than 1 dimension, like this:
SELECT
{ [Measures].[CountValues]} ON COLUMNS,
{ [Art].[KZ].Members} ON ROWS
FROM Cube1
How can I make this ?
Thanks for your help !
Regards,
Markus