Hi all,
I have tried to search SCN for this and I was unable to find a solution yet, I am looking to make a crosstab in design studio with something like a break functionality in it.
In this case I want to have two unrelated dimensions (no hierarchy available, if there was I could have a similar functionality to the one intended), coming from a BEx Query.
For example instead of having:
Company | Department | value |
ABC | Dep 1 | 1 |
ABC | Dep 2 | 4 |
ABC | Dep 3 | 3 |
ABC | Dep 4 | 2 |
XYZ | Dep 2 | 11 |
XYZ | Dep 4 | 9 |
I wanted to have:
Company/Department | value |
ABC | 10 |
Dep 1 | 1 |
Dep 2 | 4 |
Dep 3 | 3 |
Dep 4 | 2 |
XYZ | 20 |
Dep 2 | 11 |
Dep 4 | 9 |
Does anyone have an idea on how to achieve this?
I'm using design studio 1.5.
Br,
João Cavaco