Custom Validation: Either filled out Matrix table, or checkbox clicked | XM Community
Skip to main content
Solved

Custom Validation: Either filled out Matrix table, or checkbox clicked

  • January 13, 2019
  • 2 replies
  • 21 views

Hey everyone! I have a question about custom validations. I have a matrix table that the user can answer, or alternatively, he can check a checkbox to say he doesn't wish to answer. How can I validate this kind of behavior? I added a screenshot below. ! Thanks for your attention! Robin

Best answer by TomG

Add Custom Validation to your Bipolar Matrix question. The condition would be: ``` Q1 emphasizes...career recode not empty AND Q1 helps...job recode not empty AND Q1 confirms...myself recode not empty OR (new logic set) Q2 I do not want any feedback is selected ```

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • January 13, 2019
Add Custom Validation to your Bipolar Matrix question. The condition would be: ``` Q1 emphasizes...career recode not empty AND Q1 helps...job recode not empty AND Q1 confirms...myself recode not empty OR (new logic set) Q2 I do not want any feedback is selected ```

  • Author
  • January 13, 2019
Thank you!