Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
13

Assign Value to Check Mark

New Here ,
Dec 13, 2023 Dec 13, 2023

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! 

TOPICS
Create PDFs , JavaScript , PDF , PDF forms
338
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 13, 2023 Dec 13, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 13, 2023 Dec 13, 2023
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines