Copy link to clipboard
Copied
Can anyone suggest a code to calculate 1.75% of one field add it plus 30 cents to another field.
Thanks
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now