These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Checkbox with calculated On Value

cregier
Registered: Oct 25 2010
Posts: 5

I have a series of check boxes which have value that totals into a text field. I need several of these check boxes to have an On Value that is calculated based on what is entered by a user in a different text field. I want the check box On Value to be the sum of a different text field rather than an established/unchangeable value. Is this possible?
 
For instance, one of my checkboxes is miscunitsG
I would like its On Value to be the sum of unitsG (a text box)
I tried entering "sum (unitsG)" into the On Value under the Binding tab for miscunitsG, but that does not work.
 
I also need it to be possible for unitsG to have value but that my checkbox, miscunitsG, does not have any value unless it is checked on by the user.
 
Thanks for your help!

My Product Information:
LiveCycle Designer, Windows
cregier
Registered: Oct 25 2010
Posts: 5
I was able to figure this out by making my check box have a set On Value of 1 and creating an invisible text field which multiplied the check box "miscunitsG" value by the user-entered value of my other textfield "unitsG" and then making the invisible text fields add into my total of all the check boxes.

I'm not sure if this was the most efficient way to go about solving it, but it works in this form.