cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding has changed when Form Calc Calculate was used for different field

Former Member
0 Kudos

Hi All

I did a multiplication on one of the fields in the form's Master page through FormCalc Calculate


----- data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT::ready:form - (FormCalc, server) ------------------
data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT = data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT * 12

What has happened is that on a different field, it has changed the rounding from 2 decimal places to 1 decimal place.

I have recvered back


----- data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT::ready:form - (FormCalc, server) ------------------
data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT = data.Master.Page1.SECOND_BLOCK.ZPAY_AMOUNT * 12

even then, the rounding is the same on the other field (Total Pay)

the field (Total Pay) for which the decimal places are changed does not have any script attached to it

(Total Pay) is of type "decimal field"

it has display pattern as ZZZ,ZZ9.99

how to change the rounding back again

Please reply with your suggestions

Edited by: Sriram Chandran on Jan 22, 2010 4:13 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry guys there was no sufficient space to display 2 decimal places