flaviooooo
Programmer
Hi,
I am making a report that is based on a table full of numbers with 2 or more decimals. On the report I need to make calculations with these numbers, but they need to be fixed. If i select a number, set the properties to fixed without decimals it shows OK. But when I make a calculation, it uses the number with decimals. This way my calculation aren't correct offcourse. To clear things up:
96,8 * 519 = 50239,2
It has to be 97 * 519 = 50343
Can this be done?
I am making a report that is based on a table full of numbers with 2 or more decimals. On the report I need to make calculations with these numbers, but they need to be fixed. If i select a number, set the properties to fixed without decimals it shows OK. But when I make a calculation, it uses the number with decimals. This way my calculation aren't correct offcourse. To clear things up:
96,8 * 519 = 50239,2
It has to be 97 * 519 = 50343
Can this be done?