Hi Alteryx Users,
I currently have a data set the looks like this:
Name Status Time Location
Data 1 Y 12 45
Data 1 Y 12 45
Data 1 Y 12 45
Data 2 Y 14 60
Data 2 Y 14 60
Data 3 Y 14 60
I would like to transpose the first unique value of each group leaving blank spaces in between (not NULLs):
Name Status Time Location Time Ext Location Ext
Data 1 Y 12 45 12 45
Data 1 Y 12 45
Data 1 Y 12 45
Data 2 Y 14 60 14 60
Data 2 Y 14 60
Data 3 Y 14 60
Any Ideas on how I can achieve this?