Announcements
Hello!I want to sort my columns by number but it goes like this -> 1 10 11 12 13 Picture (Highest line on the right): https://gyazo.com/9ad2e2c580c9d07a66d1eb94f611eab1How could I fix this?
Fixed using the Sort + value function instead of SortByColumn
@Anonymous
Using SORT + VALUE will cause delegation warnings once your dataset exceeds 2,000 rows. Its best to address this another way.
Can you please share your current code and I will advise?
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Here is the code I used @mdevaney :
Sort( Filter( ProjectLijsten, Order = First( Split( Gallery1.Selected.Result, "-" ) ).Result ), Value(Subordernummer) )
Thanks for sharing your code. Is Subordernummer a Text data type in your datasource? If yes, it should be changed to number.
It is a text column, it does not really matter though, the end result will never have more items than 20 @mdevaney
Hi @Anonymous
Just a shortcut
Value(Text)=(Text)*1
FYI, you can multiply a text value *1 and it will convert it to a number. I use this shortcut frequently in formulas in my apps.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 541
WarrenBelz 434 Most Valuable Professional
Valantis 289