Skip to Content
0
May 04, 2018 at 01:39 PM

Transposing Crosstab in SAP business Object Design Studio

114 Views

This is my crosstab :

ColumnA ColumnB
    X   D
    Y   E
    Z   F

I want it to be converted to :

ColumnA X   Y   Z
ColumnB D   E   F

I checked all the properties and checked for CSS but did not find anything on this topic!