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

GST Calculations

New Here ,
Feb 02, 2017 Feb 02, 2017

I am trying to figure out how to do GST calculations in my fillable pdf form. I will need to calculate how much the total is with the GST amount of 5% and I can add them to make the correct total. But when the quantity will change from (for example) 150 ... how do you calculate the GST number with that? So that, then the total would be 150 and the GST amount should automatically change to $7.50 which would add up in the total to be 157.50.

Help please!!!

TOPICS
Acrobat SDK and JavaScript
1.5K
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 ,
Feb 02, 2017 Feb 02, 2017

Multiply the value by 0.05 ...

So if the first field is called Total, enter this as the Simplified Field Notation formula under the GST field's Calculate tab:

Total * 0.05

And then the second total is Total + GST.

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
New Here ,
Feb 02, 2017 Feb 02, 2017
LATEST

Thank you so much!!

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