Hi,
I would like to combine records that I receive in multiple rows into one row.
In short, this is my input:
UserName | Michael |
Status | Active |
Team | Sales |
Location | France |
UserName | Thomas |
Status | Not Active |
Team | HR |
Location | Belgium |
UserName | Bob |
Status | Active |
Team | HR |
Location | Spain |
And this is the what I would like as output:
UserName | Status | Team | Location |
Michael | Active | Sales | France |
Thomas | Not Active | HR | Belgium |
Bob | Active | HR | Spain |
Appreciating support
Regards
Solved! Go to Solution.
Here is another solution using the tile tool.
Ultimately you can do this a few different ways.
Don't forget to mark as complete if your question is answered.