JCiesielski
Programmer
Im using Crystal v10.
I have a report that calculates a percentage based on 2 summary fields. The Formula is (1.09/25285)*100 and the result should be .004% Unfortunately, the report only shows 0.00000. I have tried allowing more decimal places, converting the numbers to doubles, and removing field clipping. If I change the 100 to 1000, it returns .04 so I know the rounding problem is at this formula. Is there any way to get a higher number precision?????
I have a report that calculates a percentage based on 2 summary fields. The Formula is (1.09/25285)*100 and the result should be .004% Unfortunately, the report only shows 0.00000. I have tried allowing more decimal places, converting the numbers to doubles, and removing field clipping. If I change the 100 to 1000, it returns .04 so I know the rounding problem is at this formula. Is there any way to get a higher number precision?????