Forum Discussion
Expand table fields value with multiple rows
- 3 years ago
Hi Arthurle2000
It's possible. First add a custom column with Table.Column([Languages],"lookupValue")
Then expand above custom column and select "Extract Values...". Select a delimiter per your need.
Finally split above column with the delimiter you selected.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi !
Thank you for your reply, it works well but i would like to have 4 columns ( 1 for each language ) instead of having multiples rows for each user. Is that possible ?
- v-jingzhang3 years ago
Community Support
Hi Arthurle2000
It's possible. First add a custom column with Table.Column([Languages],"lookupValue")
Then expand above custom column and select "Extract Values...". Select a delimiter per your need.
Finally split above column with the delimiter you selected.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.- Arthurle20003 years agoFrequent Visitor
Thank you very much, it works perfectly