I know, this should be possible, but i do not know how. I have three questions, like the following
Q1: are you married?
1-Yes
2- No
Q2: do you live together? --> only asked when Q2=No(2)
1- Yes
2- No
Q3: What's the gender of your inmate? --> Only asked when Q1=Yes (1) or Q2=no (2)
1- Male
2-Female
I tried several equations in the relevance for Q3, but unfortunately did not succeed in getting this right.
For example: Q1==1 or Q2==2 was not succesful
Any help will highly be appreciated!
Pieter
Yesterday it was too late to write more.
Well, the default behaviour of LS is:
If there are two different questions involved the condition manager always is AND like (Q1=1) AND (Q2=1).
If there is only one question it' s OR like (Q1=1) OR (Q1=5).