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

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

  • 13 January 2019
  • 2 replies
  • 15 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
icon

Best answer by TomG 13 January 2019, 20:12

View original

2 replies

Userlevel 7
Badge +27
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
```
Thank you!

Leave a Reply