Hi Guys
I have been using this rule to skip a refusal Questionnaire
as in 5 means it's refusal to skip to the last Q, but now i want to try to skip to the next Entry
is it possible to that..
IF $>5 THEN SKIP TO Q285_END; ENDIF;
Thabiso
Skipping to the next Entry
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: Skipping to the next Entry
Depends what do you mean by "next entry". If you mean next row in a roster then use "skip to next". If you mean next case (next questionnaire) then use endlevel.
-
MrTaco
- Posts: 128
- Joined: November 18th, 2014, 1:55 am
Re: Skipping to the next Entry
Hi Josh
Thanks
Thanks