Skip to main content
priscillap100649
Participant
October 1, 2018
Answered

PDF Calculate field not updating if all values deleted

  • October 1, 2018
  • 1 reply
  • 3444 views

My form only has 1 calculate field that works fine when entering all the values the first time. It even updates fine when one or more of those values is deleted. But when ALL values are deleted it does not update and shows the last calculated value. Using Acrobat Pro 2017. Link below for the file.

Information Systems Paycheck Deduction Request.pdf - Google Drive

This topic has been closed for replies.
Correct answer try67

OK, I see the problem now. It's happening because you included the total field (AmountRow17) in the list of fields you're summing up, which is causing a circular logic (you can't calculate the value of a field using its own value).

Remove it from that list and it should work fine.

1 reply

try67
Community Expert
Community Expert
October 1, 2018

Works fine for me... What application are you using to open the file, and how are you clearing all the fields in it?

priscillap100649
Participant
October 1, 2018

Using Acrobat Pro 2017 to open. Clearing fields by just selecting and deleting the contents.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
October 1, 2018

OK, I see the problem now. It's happening because you included the total field (AmountRow17) in the list of fields you're summing up, which is causing a circular logic (you can't calculate the value of a field using its own value).

Remove it from that list and it should work fine.