Sorting listview by a localized value of a property
Description of the problem:
The project uses property, the value of which is localized to display at a listview. For example, pystatuswork property.
Requires sort the ListView by the localized values. (By default the ListView is sorted by the values, that stored in database.)
Current solution:
1. Create a property, which stores the localized value
2. Sort the list view column by the new property (display new property)
The value to the new property is exported by a declare expression.
Question:
How do you think should be solved this problem? Please, share your ideas solve this problem.
Hi Varvara,
Which version you are on ?
Sorting can be perfromed only when the values are stored in database. So I think you need to create a list with localized values and then sort. ( Just a thought )
Something similar on grid is also discussed in this support article : https://community.pega.com/support/support-articles/sort-does-not-work-localization