Page 1 of 1

multiple variable skip question

Posted: December 8th, 2015, 5:20 am
by sjonabro
Hello -
I need help with the following...
Let's say this is my data:

V1
V2
V3
V4

I want to make it so that if (V1=1 and V2=0), then V3 is skipped and the respondent continues to V4.

I tried the following, without any luck:

PROV V3
preproc
if V1=1 and V2=0 then
skip to v4;
endif;

Thanks for your help!
Aniseh

Re: multiple variable skip question

Posted: December 8th, 2015, 5:27 am
by sjonabro
SOLVED - I had conflicting skip logic earlier in the survey.