Hello,
I want to show sum of two measures in Crosstab. There are only two measures in BW query, and I want to show sum of them by new column in Crosstab component.
.
For example:
Measure 1 | Measure 2 | Sum (New Column) |
---|---|---|
100 | 200 | 300 |
50 | 30 | 80 |
30 | 90 | 80 |
Is it possible ?
Thanks.