I am trying to build a filter variable in SPSS that is conditional on specific selected responses - however I am a beginner in using using this function.
I created an expression:
((QID1 =1) AND (QID2 = 1) AND (QID3 = 1) OR (QID3 = 2))
which is not successful
Variable 1 must = 1
Variable 2 must = 1
Variable 3 must = 1 or 2
Welcome any assistance or alternative method.