It seems likely that the data you have is a String not an Integer. You'll need to cast it to an integer in order for it to sort like you want.
1 Like
It seems likely that the data you have is a String not an Integer. You'll need to cast it to an integer in order for it to sort like you want.