Forum Discussion
FrankieMcQ
7 years agoFrequent Visitor
Build a table based on column values
Hi I have a table consisting of a single column of variable names coming from a JSON request. The length of the list can change over time: VariableNames Name ID Due Date etc. I also h...
- 7 years ago
Try Pivoting the Variable Name Column with Variable Value as Values...Do not Aggregate
See the attached file as well
Zubair_Muhammad
7 years agoCommunity Champion
Try Pivoting the Variable Name Column with Variable Value as Values...Do not Aggregate
See the attached file as well
FrankieMcQ
7 years agoFrequent Visitor
I tried this an it worked perfectly, many thanks for your help!
:smileyvery-happy: