Sunday, March 11, 2012

Crystal Report Formula

I am trying to create a formula that performs significant figures.

The formula(s) I have come up with this far is as follow:

ROUND(val({FLATDATA.ACOM}),2-(1+INT(ABS(val({FLATDATA.ACOM})))))

However, when I try to view the report, I get the error message "The number of decimal places is too large or not an integer."

Has anyone ever run into this problem?what is the value of 2-(1+INT(ABS(val({FLATDATA.ACOM}))))?

No comments:

Post a Comment