Question
2
Replies
152
Views
Posted: August 19, 2019
Last activity: August 19, 2019
Closed
How to numeric sort string values on a filter in a table layout?
Let's say there is a String property mapped to a column on the table layout which has value - 1 ABC, 10 ABC, 2 ABC, 3 ABC.
When the filtering option is enabled and the filter icon is clicked, it does a String sort and displays the list as
1 ABC
10 ABC
2 ABC
3 ABC
Is there a way to have numeric sorting instead of String sort so that the filter list is displayed as:
1 ABC
2 ABC
3 ABC
10 ABC
Hello Rajib,
This issue is similar to Case ID sorting issue.
Can you please try the below and see if it helps:
https://community.pega.com/support/support-articles/inconsistency-sorting-functionality-work-objects-id
Thanks!