0
Javascript not calculating properly
Community Beginner
,
/t5/acrobat-sdk-discussions/javascript-not-calculating-properly/td-p/10086714
Oct 11, 2018
Oct 11, 2018
Copy link to clipboard
Copied
I am new to javascript. I have a PDF form that adds all the total services [TOTAL SERVICES COSTS]. The next field is TOTAL SERVICES COST 2, where I have used a javascript to deduct 10% for pre pay. It is in the custom calculation field and reads [event.value = Number(this.getField("Total Services Costs").valueAsString) * 0.9]. It is not calculating correctly. Any help is appreciated.
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/javascript-not-calculating-properly/m-p/10086715#M17964
Oct 11, 2018
Oct 11, 2018
Copy link to clipboard
Copied
What is wrong?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
bernadettem48867173
AUTHOR
Community Beginner
,
/t5/acrobat-sdk-discussions/javascript-not-calculating-properly/m-p/10086716#M17965
Oct 11, 2018
Oct 11, 2018
Copy link to clipboard
Copied
It doesn't compute at all sometimes, sometimes it returns the wrong answer. Is there anyway to share a file?
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/javascript-not-calculating-properly/m-p/10086717#M17966
Oct 11, 2018
Oct 11, 2018
Copy link to clipboard
Copied
Check the field calculation order.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

