hello, Is it possible to sort decimal numbers without them being sorted as strings example 999.01 99.32 9.32 873.32 83.33 7.32 It should look like this 999.01 873.32 99.32 83.33 9.32 7.32 thanks