Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort Array does not work on arrays of dates #58

Open
dvdsgl opened this issue Oct 29, 2021 · 3 comments
Open

Sort Array does not work on arrays of dates #58

dvdsgl opened this issue Oct 29, 2021 · 3 comments

Comments

@dvdsgl
Copy link
Member

dvdsgl commented Oct 29, 2021

No description provided.

@mcdarren
Copy link

mcdarren commented Nov 8, 2021

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 sort type: numerical, lexical, date, natural, etc

@mcdarren
Copy link

mcdarren commented Nov 8, 2021

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

@rpetitto
Copy link

rpetitto commented Feb 2, 2022

Additionally offer ways to sort ascending, descending and randomly. @dvdsgl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants