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

Hide/Show Line total(s)

Community Beginner ,
Jul 05, 2023 Jul 05, 2023

Hello,

 

We currently have every line totaling from the Calculate>Value is the product (x) of  Price, partsqty. However, all the remaining unused line totals show 0.00. How can I hide the 0.00 totals for the lines not being used within the ticket?

 

Any help or guidance will be appreciated. 

TOPICS
General troubleshooting , How to , PDF forms
402
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 ,
Jul 05, 2023 Jul 05, 2023

Use this script as a Custom Format script:

if (event.value == 0) {event.value = "";}

Acrobate du PDF, InDesigner et Photoshoptographe

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 ,
Jul 05, 2023 Jul 05, 2023

Use this script as a Custom Format script:

if (event.value == 0) {event.value = "";}

Acrobate du PDF, InDesigner et Photoshoptographe
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 ,
Jul 05, 2023 Jul 05, 2023
LATEST

Thanks! It works!

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