Forum Discussion
cheezy
4 years agoHelper I
Multivalue column split into table?
i have a datasource that is converted into a table. There are columns within the table that contain multivalues separated by a semi colon, So for example like this: ID Department Years Colour...
- 4 years ago
Hi cheezy ,
If I took your question correctly then you could follow below steps:-
1. Select Department column then use split column by delimiter
2. Now select the options as below:-
3. Follow the same for colour column.
4. Final output:-
Refer the file below.
Thanks,
Samarth
Samarth_18
4 years agoCommunity Champion
Hi cheezy ,
If I took your question correctly then you could follow below steps:-
1. Select Department column then use split column by delimiter
2. Now select the options as below:-
3. Follow the same for colour column.
4. Final output:-
Refer the file below.
Thanks,
Samarth
cheezy
4 years agoHelper I
thanks for your help - this works