Hello there! How to tie the total of a question to a previous question solution? | XM Community
Skip to main content

 In the below snippet, what i Want is the total of 5.1 to be tied to answer filled in the previous question. eg. if i fill the answer to standard management reports to be 20, i want to put a validation in Q 36 (5.1) for the total to be equal to 20.
Would really appreciate a solution. Thankyou
image.png

You can do this through custom validation. I used piped text with my first question to get the value for Total Sum. In my test case this was: ${q://QID1/TotalSum}.
For 5.1 I then applied validation equal to: Add validation - Must total - ${q://QID1/TotalSum}


Leave a Reply