Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have this data
col1 col2 values
abc q1 345
abc q2 124
abc q3 46
i want this like this cross table
abc q1 q2 q3
345 124 46
how i do this ?
Create a pivot table with col1 and col2 as dimensions and Sum(values) as an expression/measure. Then pivot the table - click the col2 header and drag the red position indicator to the top until it switches to horizontal.
May be this
a script solution would be:
regards
Marco
i treid but this shows nothing and also did not show red position
Please post a sample
It's blue in color