Multiple "Does not contain" condition in Display Logic | XM Community
Solved

Multiple "Does not contain" condition in Display Logic

  • 1 April 2024
  • 2 replies
  • 28 views

Badge +4

My course evaluation form is used for several courses. One of the items within a matrix must not be visible for four courses, so the display logic for that item says to show the item if the embedded data for Course Does Not Contain Course A OR Course B OR Course C OR Course D.

But it doesn’t work; that item is still visible for those courses. Using  Does not equal makes no difference.

The same thing happened when I try it with other question types, so this issue is not something specific to matrices. 

Having multiple “Contains” or “Equals” conditions work just fine. It is only the multiple “Does not contain” or “Does not equal” conditions that do not. 

Any help you can provide would be appreciated.

icon

Best answer by TomG 1 April 2024, 17:12

View original

2 replies

Userlevel 7
Badge +27

When checking for multiple ‘not’ conditions you need to use ANDs instead of ORs.

Badge +4

Thank you!

 

Leave a Reply