How to make a Perspective Table Order By Number Value

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