Need help with stopping calculation field from rounding
Hi,
I have a simple calculation field, which is averaging 5 fields together, and i have set the field to a number format with 2 decimal places. Now I realize that if you click on the number, it shows you the exact number, but I would like to have it display the real value to the 2nd decimal, without adding another decimal (which is the easiest way)
I have tried a custom calculation code with the math.round, math.ceil and (num).fixto(2) which I found from a few articles, but nothing is helping, so I was wondering if anyone had any other suggestions to try?
