Copy link to clipboard
Copied
I need to add up Checkbox Values: There are 5 Sections on the Page Each section have 5 checkboxes with following same values/
Checkboxes name of Section 1:
Section 1#0 & Value is 0
Section 1#1 & Value is 1
Section 1#2 & Value is 2
Section 1#3 & Value is 3
Section 1#4 & Value is 4
Same Values for other sections
For Example If user select the 3 Checkbox in Section 1 and 2 checkbox from Section 2 and so on
At the end of page need to calculate score of the user in Page 1 Total Field:
Write Script to help me.
Thanks in Advance
You can use the built-in Sum option under the Calculate tab of your text field.
Copy link to clipboard
Copied
I need to add up Checkbox Values: There are 5 Sections on the Page Each section have 5 checkboxes with following same values/
Checkboxes name of Section 1:
Section 1#0 & Value is 0
Section 1#1 & Value is 1
Section 1#2 & Value is 2
Section 1#3 & Value is 3
Section 1#4 & Value is 4
Same Values for other sections
For Example If user select the 3 Checkbox in Section 1 and 2 checkbox from Section 2 and so on
At the end of page need to calculate score of the user in Page 1 Total Field:
Write Script to help me.
Thanks in Advance
You can use the built-in Sum option under the Calculate tab of your text field.
Copy link to clipboard
Copied
You can use the built-in Sum option under the Calculate tab of your text field.
Copy link to clipboard
Copied
Great
Copy link to clipboard
Copied
Hi Try67,
I have the same issue as quamarf but I may be less bliliant than his as I can't find how to make the built-in sum work.
I calculated my result like this : if([Check Box1]=True, 1, 0) + ... + if([Check Box30]=True, 1, 0).
But it doesn't work.
Am I right ? What would be the value of the check box when it's checked ?
Thanks for your help !
Copy link to clipboard
Copied
You can set checkbox export value under checkbox properties, options tab