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

Total calculation across merge in fields does not display until use click into one field

New Here ,
May 17, 2021 May 17, 2021

Copy link to clipboard

Copied

Hi,

I am having an issue getting auto-triggered total across a few text fields that have been merged in when PDF file is opened. The total is displayed as 0 until the clicks into any field used in calculation at which point the total gets correctly displayed.

Is there a way to do this with a custom calculation script or is the trick in something else?

Cheers 
Lenka

TOPICS
How to , PDF forms

Views

471

Translate

Translate

Report

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 ,
May 17, 2021 May 17, 2021

Copy link to clipboard

Copied

LATEST

Are you using document level script to calculate total when file is opened?

Try add this to your script:

this.calculateNow();

Votes

Translate

Translate

Report

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