multiple variable skip question

Discussions about CSEntry
Post Reply
sjonabro

multiple variable skip question

Post 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
sjonabro

Re: multiple variable skip question

Post by sjonabro »

SOLVED - I had conflicting skip logic earlier in the survey.
Post Reply