facing problem in ask statement

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
muhaliraza
Posts: 44
Joined: February 1st, 2018, 9:00 am

facing problem in ask statement

Post 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.
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: facing problem in ask statement

Post by khurshid.arshad »

Dear Muhammad Ali Raza;

Your question is not clear.

For Not applicable use (variablename=notappl)

Best.
a.
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: facing problem in ask statement

Post by Gregory Martin »

In general, if you want to check against a value and notappl, you could do:
Membership_A in 2, notappl
Post Reply