glideapps / glide-code-columns

Custom computed columns for Glide
https://glideapps.com/plugins
Apache License 2.0
22 stars 22 forks source link

Sort Array column does not sort numbers #85

Open rpetitto opened 3 years ago

rpetitto commented 3 years ago

The Sort Array column is sorting numbers alphabetically, not sequentially: image

dvdsgl commented 2 years ago

Are you sure? You made a video where it worked!

rpetitto commented 2 years ago

I found that it doesn't sort the values of the Plugin > Unique Array column https://community.glideapps.com/t/convert-number-score-to-rankings-in-glide/34103/12?u=robert_petitto

On Wed, Nov 10, 2021 at 10:26 AM David Siegel @.***> wrote:

Are you sure? You made a video where it worked!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/glideapps/glide-code-columns/issues/85#issuecomment-965392420, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5H2ZD557UTLWIU6KKRZ2LULKFJXANCNFSM5HSTM66Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mcdarren commented 2 years ago

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