0
How to add multiple items and multiply it - need help with Javascript
New Here
,
/t5/acrobat-sdk-discussions/how-to-add-multiple-items-and-multiply-it-need-help-with-javascript/td-p/9497227
Dec 01, 2017
Dec 01, 2017
Copy link to clipboard
Copied
I would like to add about 3 columns and multiply them by another column and I'm having some problems writing the javascript.
I would like to add totals with the following headings:
Hotel1+Parking1+Mileage1*USexchange1 .
Could someone provide me with the instructions?
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-to-add-multiple-items-and-multiply-it-need-help-with-javascript/m-p/9497228#M27111
Dec 01, 2017
Dec 01, 2017
Copy link to clipboard
Copied
Just add parentheses and put the exact formula above under the Simple Field Notation option in the Calculate tab.
You don't need JS.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
fionah34496716
AUTHOR
New Here
,
/t5/acrobat-sdk-discussions/how-to-add-multiple-items-and-multiply-it-need-help-with-javascript/m-p/9497229#M27112
Dec 01, 2017
Dec 01, 2017
Copy link to clipboard
Copied
Could you give me an example?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/how-to-add-multiple-items-and-multiply-it-need-help-with-javascript/m-p/9497230#M27113
Dec 01, 2017
Dec 01, 2017
Copy link to clipboard
Copied
(Hotel1+Parking1+Mileage1) * USexchange1
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

