Hi,
I’m trying to write a skip condition that tests if one of two criteria are being met then they are not asked a particular question.
The first criteria is that a question has a value of no. The second criteria is that a question has a value of yes, but also that a number being pre-entered in a previous question is not one of the following numbers - 6230, 6231, 6280, 6284, 6285, 6286, 6288, 6290.
I have entered the relevance equation below:
((q1== "N") OR ((Q1c != "6230, 6231, 6280, 6284, 6285, 6286, 6288, 6290 ") and (O1a == "Y")))
This currently evaluates the first condition correctly but doesn’t do so for the second one.
Is there something obvious I am missing here, or is there another (better) way to try and evaluate this condition?
Any help would be much appreciated.
Mark Stuart.