Sort in list view a to z and z to a working as vice versa for State field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 03:15 AM
The backend values of the state is integer check the integer values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 04:36 AM
Any way to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 05:38 AM
There is no need to change this or fix this as integer values are defined as per the order they execute like New-> then Work In Progress -> Resolved --> Closed.
So it is absolutely proper AND whenever you see those in list sorted in ascending order it should show all the new records 1st then work in progress ones . It does makes sense. Sorting the state alphabetically does not make sense.
Even if you want to do it. It involves changing the back-end values to string instead of integer but that may affect many scripts that are using the back-end values

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 03:27 AM
Hi
Sorting will not be based on Label of choices.
Sorting will be based on value of choices.
State field may have different label and value like integer.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth