2 Q's skip Statement

Other discussions about CSPro
Post Reply
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

2 Q's skip Statement

Post by MrTaco »

Hi Guys

What's the Skip statement on " If "No" to 5.1 and 5.2 go to 5.4 is?

lets say Q5.1 = Yes=1/No=2 and Q5.2 = Yes=1/No=2.

Skip rule is If "No" to 5.1 and 5.2 go to 5.4

Thanks thabiso
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: 2 Q's skip Statement

Post by josh »

If the rule is that if the person answers "No" to both 5.1 and 5.2 then the logic would be:

if Q51 = 2 and Q52 = 2 then
skip to Q53;
endif;

It would go in the postproc of Q52.
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: 2 Q's skip Statement

Post by MrTaco »

Thanks Josh
Post Reply