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?
Solved! Go to Solution.
Hi @cmyer,
The only way to store the empty cells in Time Ext and Location Ext as empty rather than Null would be to store the fields as a string.
Kind regards,
Jonathan
Hi Jonathon
Assuming I left NULLS how can I achieve the transpose?
No problem! 😀
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |