Hello Appeon,
Our PowerBuilder Version is: 22.1.0.2828
Numbers are sorted based on an alphabetical value, instead of numerical value, like one would expect from a natural sort, where multiple digits are treated as one character.
I.e.:
Natural sort
1, 2, 10, 20
Instead of: 1, 10, 2, 20
Is there a built-in way to remedy this?
Greetings,
Alexander
One way is to sort after converting the values to integer.