Copy link to clipboard
Copied
I am creating a document for employee performance. The value of rows range from 1-5 for each question. I am creating a check mark for each answer. For example Unsatisfactory = 1 to Expectation = 5 and have a total at the very bottom of the evaluation. What is the script to total all the 1's, 2's, 3's, 4's, 5's at the bottom?
TIA!
Copy link to clipboard
Copied
You don't need a script for that. Just use the Sum option under the Calculate tab of your total text field and select all the check-box fields names from the list.
Copy link to clipboard
Copied
If you wish to calculate a total of all checkboxes, you can do what try67 said.
If you set your checkboxes to be mutually exclusive, and you wish to separate how many 1's, 2's, 3's, 4's, 5's you will need a script for that.