Skip to main content
Participant
March 7, 2024
Answered

Falsches Ergebnis bei der Addition

  • March 7, 2024
  • 3 replies
  • 1198 views

Ich habe in einem Formular Felder addieren lassen - das Ergebnis müsste sein 2+2=4 Acrobat hat aber 2+2=3 berechnet. Wo liegt der Fehler?

This topic has been closed for replies.
Correct answer try67

The issue is the fields calculation order. You currently have it like this:

 

 

But the "Summe" fields need to appear in the list after the "S X" fields, as they rely on their values for their calculations. The way you have it set up now, the results of the former will always be one step behind.

3 replies

Participant
March 7, 2024
try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 7, 2024

The issue is the fields calculation order. You currently have it like this:

 

 

But the "Summe" fields need to appear in the list after the "S X" fields, as they rely on their values for their calculations. The way you have it set up now, the results of the former will always be one step behind.

Participant
March 7, 2024

Thanks a lot!

try67
Community Expert
Community Expert
March 7, 2024

Can you share the file with us? My guess is those fields have a Number format applied to them so that their values appear differently than what they really are. You would be able to see it if you clicked into them and the value changed from 2 to 1.6777777, for example.

Participant
March 7, 2024

I will send it

 

[Private info removed]

Bernd Alheit
Community Expert
Community Expert
March 7, 2024

Looks like a error in the form.