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?