Is it possible to achieve the following using a crosstab or any other alternative method in Web XI:
Where the:
Year = Dimension
Week = Dimension
Gain, Loss, etc. = Measure
I guess I’m trying to group by Measures and have the Dimensions act like Measures and sit under the Measure.
I know I can create seperate Blocks and just hide the Week column on all new Blocks next to the first, but was just wondering if the above is possible with the Crosstab functionality?
This would be a lot easier to achieve if you had a dimension indicating if it’s a gain or a loss we’re talking about. I’ll explain:
At the moment, from what I can gather, you have the following objects:
year (dim)
week (dim)
gain (meas)
loss (meas)
if you have the freedom to change your query (or possibly universe/ database) to this form, it would be easy:
year (dim)
week (dim)
type (dim)
value (meas)
Where type is a String, indicating either loss or gain.
You can then take this dimension, but it in the horizontal header of your crosstab, and break on it, as others have suggested.