Copy link to clipboard
Copied
I can not do a simple subtraction account, since the options are: sum, product, average, minimum and maximum.
The first option under the calculation tab is for computation actions that usually require the same action to be performed on multiple fields for an answer. This is not the usual case for subtraction. Once could use the value of the field to subtract multiplied by -1.
You can use the Simplified Field Notation or the Custom JavaScript options.
You might want to look at some of the many tutorials about Acrobat forms and calculations that are available for free.
Copy link to clipboard
Copied
The first option under the calculation tab is for computation actions that usually require the same action to be performed on multiple fields for an answer. This is not the usual case for subtraction. Once could use the value of the field to subtract multiplied by -1.
You can use the Simplified Field Notation or the Custom JavaScript options.
You might want to look at some of the many tutorials about Acrobat forms and calculations that are available for free.
Copy link to clipboard
Copied
Great.... tks... And how i calculate a division account?
Copy link to clipboard
Copied
Unless your divisor is a non-zero constant you will need to use the Custom JavaScript Calculation option so you can control the flow othe code to avoid division by zero.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now