I have tried the following:
Val(field)
ToNumber(field)
If NumericText ({field}) then ToNumber ({field}) else 0
None of them work. The information in the field that I need to convert ToNumber for sorting purposes is:
1
1.01
10
11
17.01
17.02
50.01
When I use any of the formulas above it will not include anything after the period since it is currently text. Is there away around this to get crystal to see that as a decimal?
Val(field)
ToNumber(field)
If NumericText ({field}) then ToNumber ({field}) else 0
None of them work. The information in the field that I need to convert ToNumber for sorting purposes is:
1
1.01
10
11
17.01
17.02
50.01
When I use any of the formulas above it will not include anything after the period since it is currently text. Is there away around this to get crystal to see that as a decimal?