Multiple "Does not contain" condition in Display Logic | XM Community
Skip to main content
Solved

Multiple "Does not contain" condition in Display Logic


rlarson
Level 1 ●
Forum|alt.badge.img+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.

Best answer by TomG

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

View original

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5934 replies
  • Answer
  • April 1, 2024

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


rlarson
Level 1 ●
Forum|alt.badge.img+4
  • Author
  • Level 1 ●
  • 4 replies
  • April 1, 2024

Thank you!

 


Leave a Reply