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

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

  • 10 June 2021
  • 1 reply
  • 58 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%.

icon

Best answer by ahmedA 10 June 2021, 20:17

View original

1 reply

Userlevel 7
Badge +21

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.

Leave a Reply