Using Adobe Acrobat Pro 9 - calculate percentage of checkbox value
I have created a form in Adobe Acrobat Pro 9 where I have assigned values to checkboxes. I have managed to sum the total of the checkboxes, which is displayed ina separate textbox, but now I need to calculate the percentage of that against the total. CAn anyone help?
Related Article: Which Internet Browser Are You Using?
is a Community Center discussion thread by installer that has 69 replies, was last updated 1 year ago and has been tagged with the keywords: it-pro.
Gizzle72
Newbie Poster
9 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Worked it out if anyone else needs:
var TPA = +this.getField("Total Points awarded").value;
event.value = (TPA/45);
Gizzle72
Newbie Poster
9 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Question Self-Answered as of 9 Months Ago