The column has the type “Single select”. Sorting “A-Z” is available. The result is like this. How to sort the column correctly? So that it is in order 1,2,3 and so on…
This is proper text order (see ordering on your filesystem for example) if you would like to get ascending or descending number order you need to use a numeric column.
There is no way to know if you will have a mix of string and numerics within a single select.
1 Like