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

i want to calculate 1.75% of one field and add it + .30

New Here ,
Jul 27, 2016 Jul 27, 2016

Can anyone suggest a code to calculate 1.75% of one field add it plus 30 cents to another field.

Thanks

TOPICS
Acrobat SDK and JavaScript
210
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 27, 2016 Jul 27, 2016
LATEST

If the name of the other field is Text1, for example, you can use this code as the Simple Field Notation calculation formula for the target field:

(Text1 * 0.0175) + 0.3

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