Hello all,
I currently have a search that produces the following output:
![alt text][1]
This is the result of multiple append and join columns.
I would like to transpose the table to this:
![alt text][2]
[1]: /storage/temp/275842-data.png
[2]: /storage/temp/275843-data2.png
I've tried to use `| transpose`, but I simply couldn't get it to appear the way I want it. The whole data for Level 1 disappears.
Can anybody please point me in the right direction?
↧