Hello,
I'm trying to sort a column based on version numbers and it's not sorting properly. I tried sorting on “int” and “float” but they both do the same.
Here are my version numbers as an example 3.5.6, 12.2.3, 111, 1.2, 1.0
Here is how it sorts
3.5.6
12.2.3
111
1.2
1.0
What can I do to address this?
Thanks,
Charlie
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top