Hello community,
I need your help !
Basically I have an input see picture and I want to put the data from the different line on the top of each columns like in the output picture.
An idea ?
Thanks in advance !
Solved! Go to Solution.
This is relatively straight forward.
Start by transposing your data. This will give you a two column list. One column will give the column name, the 2nd column will give the value.
Then filter out lines which are NULL().
The next step would be to create a recordID which increases from 1 to n within each group; you can achieve this using the multi-row formula tool.
Finally you can then use the cross-tab tool to bring your data back in line, grouping by this new ID field, using the 'name' field as our header and the value field as our values.
Workflow attached.
Ben
Thank you !!!