Incorrect Sorting Order in sys_choice List View when value is integerIssue When tried to sort by value in ascending order and values are numbers, the sort is not applying well. The logical should be: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 96, 97, 98, 99.The currently order is: 0, 1, 10, 11, 12, 13, 14, 15, 16, 2, 3, 4, 5, 6, 7, 8, 9, 96, 97, 98, 99. How can it be fixed?ReleaseAllCauseExpected behavior as per product design.ResolutionThe 'Value' fields sort based on alphabetical order and they do not sort it based on integers value in the dictionary entry.If a specific alphabetical value in the 'Value' field in the dictionary is mentioned, then the sorting will take place based on that order only and not based on 'Sequence' or 'Label field.