Constant Sum Total Cannot be Larger than 100% and Equal to 0% | XM Community
Skip to main content
Solved

Constant Sum Total Cannot be Larger than 100% and Equal to 0%

  • June 10, 2021
  • 1 reply
  • 141 views

I have a constant sum question with 5 boxes, for the sake of explaining, let's call them Boxes A, B, C, D, and E.
The person filling out the survey cannot keep ALL the boxes at 0%, nor can the person put answers that total above 100%.
I have figured out the 100% part, but the 0% part is my issue.
Is there a way to validate this (which I'm currently doing with ensuring A, B, C, D, and E cannot be larger than 100%), or do I have to use JavaScript? If so, can someone help me with that?
Thank you!

NOTE: The person can put a 0% in the boxes, it just cannot TOTAL 0%.

Best answer by ahmedA

Constant sum has range and must total. Set these values to your desired limits. Even if they enter a value, they won't be able to proceed to the next question.

1 reply

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • Answer
  • June 10, 2021

Constant sum has range and must total. Set these values to your desired limits. Even if they enter a value, they won't be able to proceed to the next question.