Feb 10 2022 06:28 AM
Hello Team,
I looking for a solution where I can sort the multiple choice values provided for a column after selecting them.
for example
Id | name | Choices |
1 | pertpe | B, A, C |
2 | sertio | E, A,C |
3 | hyuju | D,B, E |
I need the result like this
ID | Name | Choice |
1 | pertpe | A, B, C |
2 | sertio | A, C, E |
3 | hyuju | B, D, E |
Please help me on this
Oct 02 2023 07:36 PM