Collapsing rows into a single row with additional columns

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!

Hi @saddas

Try something likes this.
Schermafdruk van 2023-04-23 14-32-15
gr. Hans

4 Likes

@HansS : Thanks, this works!
I also got it to work with Unpivot/ Pivot.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.