I would like to add a sort criteria to sort in a custom (non-alphabetic) order on a Field of type 'List (text)', and have the order modifiable in the future.
Currently, when I add a sort criteria on this Field, I get the options 'Sort ascending' and 'Sort descending', but I'd like to specify a custom sort order instead.
Is there a way to do this?

Comments

mpisano’s picture

+1
I also need to specify a custom sort order. Plus I'm having this problem:

My field List (text) data is
1|....
2|....
....
9|...
10|...
11|...

When I sort, this is the result:
1|...
10|...
11|...
2|...
3|...

Any idea?

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)