Skip to Content
0
Jan 13, 2020 at 10:38 PM

Rounding a database field up

47 Views Last edit Jan 17, 2020 at 06:38 PM 2 rev

I need to round a database field up from 4 decimal to 2 decimal places. My formula now looks like this:

Roundup({InvDet.ListPriceShow},2)

When I go to save this, it gives me an error of "a number, or currency amount is required here."

I am not new to coding but new to Crystal Reports and am not sure where to go from here.