Darren Murphy
Darren Murphy
It also doesn't sort arrays of numbers correctly, eg. `[1, 2, 11, 23]` will sort as `[1, 11, 2, 23]` Ideally, would be good to have an option to specify...
The behaviour previously mentioned only happens if the source array is created via Joined List -> Split Text See: https://community.glideapps.com/t/convert-number-score-to-rankings-in-glide/34103/10
A Joined List -> Split Text -> Array Sort on a column containing numbers also results in a lexical sort. See https://community.glideapps.com/t/convert-number-score-to-rankings-in-glide/34103/10 and https://github.com/glideapps/glide-code-columns/issues/58