Page 1 of 1

facing problem in ask statement

Posted: June 8th, 2018, 5:04 pm
by muhaliraza
I have a 12 types of community societies, and for each society we are asking 2 questions (1) about awareness (coded as yes and no), (2) membership (coded as yes and no). If some have a awareness about a society then we ask about membership. After these set of a question I have another question which is only asked in a condition if someone say reply to no all for membership.

I am facing a problem have for some fields of membership is skip if someone replied no in awareness question.
for example;

Society awareness Membership
A No
B Yes No
C Yes No
D No

If a write this statement (ask if (Membership_A=2) and (Membership_B=2) and (Membership_C=2) and (Membership_D=2)) the question will be only asked if all no in Membership, How can i include the not-applicable field also.

Re: facing problem in ask statement

Posted: June 8th, 2018, 6:24 pm
by khurshid.arshad
Dear Muhammad Ali Raza;

Your question is not clear.

For Not applicable use (variablename=notappl)

Best.
a.

Re: facing problem in ask statement

Posted: June 13th, 2018, 9:24 am
by Gregory Martin
In general, if you want to check against a value and notappl, you could do:
Membership_A in 2, notappl