In my table I have values as:
5
6
12.06
15.933
I need to display in Crystal Reports as
5
6
12.1
15.9
Can anyone get me formula to do above?
I tried this formula:
tonumber({table.field})
But I get the result as below which I don't want.
5.0
6.0
12.06
15.93