Skip to Content
0
Former Member
Mar 05, 2009 at 05:44 PM

CR XI: Numbers Rounding When They Shouldn't

16 Views

In one of my Crystal Report formulas, I'm trying to multiply two numbers (one integer, the other a currency value) to get a currency value. But every time I execute, the summed value is rounded.

For Example:

$220.71 * 14 Should equal $3,089.94

But my report prints $3,090.00

Is this due to the size of the value? Can anyone tell me how to fix it?