Forum Discussion
Nikhil0511
Feb 10, 2022Copper Contributor
Need help on sorting multiple choice selection values in sharepoint list column
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
1 Reply
Sort By
- skim32Copper ContributorWere you ever able to figure this out? I need this as well. Searching the internet for this solution is so difficult as most search results are for sorting the choices in the form. I need the selected choices to be sorted alphabetically as you mentioned.