I have little problem with sorting
I use expression =Format([Weighted_DSC],"#,
##0.00")
This provide sorting of the field "DSC" following way:
1.2
1.3
1.7
13
2.5
4.7
(Problem with value: 13)
Correct Sorting should be:
1.2
1.3
1.7
2.5
4.7
13
How can I achieve this?
Start Free Trial