Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
7

Calculation does not work properly

Community Beginner ,
Oct 12, 2023 Oct 12, 2023

I am making a form to calculate a certain cost. I have made fields where the user can fill in a certain distance in kilometers. There is one calculation that adds all of those fields up (which works normally). Then there is another calculation that multiplies the total distance with a certain number (in this case 0.4237). But for some reason this calculation doesn't work properly. It's as if it's delayed. When I give in a number in the distance field, it adds up in the TOTAL field. But it doesn't multiply in the other field. ONLY when i give in a second distance it starts multiplying, but only the previous number. This happens everytime: you give in the 3rd number it multiplies the previous 2. Very confusing. For reference I will put the PDF form in this post.

PS I have no experience in Java. 

TOPICS
General troubleshooting , How to , PDF forms
752
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Oct 12, 2023 Oct 12, 2023

Change the field calculation order.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 12, 2023 Oct 12, 2023

Change the field calculation order.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 12, 2023 Oct 12, 2023
LATEST

Thanks, had to look up how to do that but it worked.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines