GrandMauler
Programmer
So here's the scenario:
Say I have the following MDX Script
But then my boss comes in and says, "Hey GrandMauler... we need the results put into terms of Corvettes and Non-Corvettes!"
How do I accomplish this in MDX without having to create a whole new dimension that has just Corvettes and Non-Corvettes?
Say I have the following MDX Script
Code:
SELECT [Measures].[Sales] ON COLUMNS,
[DIM VEHICLE].[CARS].CURRENTMEMBER ON ROWS
FROM [SALES_CUBE]
But then my boss comes in and says, "Hey GrandMauler... we need the results put into terms of Corvettes and Non-Corvettes!"
How do I accomplish this in MDX without having to create a whole new dimension that has just Corvettes and Non-Corvettes?