Hello, I have created a form for someone else in my organization, and she is having a difficult time getting the calculations to work in Reader. I'll explain the fields involved:
Field N1602 calculates the sum of 44 fields above it (total Settlement charges), set with Number format (dollar fields). This field copies to another field, which is included in another calculation on the page.
Field N1520 calculates the sum of 15 fields above it (total Disbursed), set with Number format (dollar fields). This field also copies to another field, which is included in another calculation on the page.
Fields N1600 and N1601 are for data input only (no calculations in these).
Field N1604 calculates a simple calculation as follows: N1600+N1601-N1602-N1520 (total Disbursements). As stated before, fields N1602 and N1520 have two fields each, that copy to one another.
The person who is having problems is getting the following message when entering an amount into field N1601:
"The value entered does not match the format of the field [N1604]".
Also, field N1604 is not coming up with a correct total for her.
She also said that if she needs to go back and correct a field (one of the 44 or 15 fields above the first two calculated fields), it won't adjust the totals.
I am starting to become quite confused with the issue, and because math has never been my strong suit, I am not understanding why she is not coming up with a correct total. I checked the calculation order, and arranged it to be correct. But she’s still coming up with that error message.
Thanks in advance for any help with this!
You maybe trying to add a numbers as a text string and not numbers. Try forcing the values being added to be a number and not a character string of numbers.
George Kaiser