saddas
1
Hi, I would like to collapse values from my rows into a single row with additional columns.
Starting point:
RowID |
Col1 |
Col2 |
Row0 |
Value 1 |
Value 2 |
Row1 |
Value 3 |
Value 4 |
Expected result:
RowID |
Col1 |
Col2 |
Col3 |
Col4 |
Row0 |
Value 1 |
Value 2 |
Value 3 |
Value 4 |
Thanks!
HansS
2
Hi @saddas
Try something likes this.

gr. Hans
4 Likes
saddas
3
@HansS : Thanks, this works!
I also got it to work with Unpivot/ Pivot.
1 Like
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.