Forum Discussion
cheezy
Helper I
4 years agoMultivalue 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
Community Champion
4 years agoHi 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
- cheezy4 years ago
Helper I
thanks for your help - this works