Search found 3 matches

by Thabs
March 21st, 2015, 1:34 pm
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21880

Re: Entry according to number of household

example: let's say on the questionnaire theres 2 people in the household, i want to restrict according to number of people on each household
if it's 3 people it should only take three people or if it's 1 person it should take one person and skip to the next question.
by Thabs
March 21st, 2015, 12:02 pm
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21880

Re: Entry according to number of household

Hi Josh

I tried using the code you send me but am not winning

CODE: SELECT ALL
PROC RELATIONSHIP
// End roster after entering 2 people
if currocc() = 2 then
endgroup;
endif;

Please check the jpeg format i have uploaded

thanks
by Thabs
February 23rd, 2015, 9:34 pm
Forum: Other
Topic: Answering Calculations
Replies: 13
Views: 12253

Re: Answering Calculations

HI Josh Thanks for the formula... now here another dilemma. I need a Auto-Complete formula eg. Q1. Have you ever of Ebola? 1) Yes 2) No 3) I have never heard of Ebola Q2. Do you know Ebola? 1) Yes 2) No 3) I have never heard of Ebola Q3. Have you seen a person with Ebola? 1) Yes 2) No 3) I have neve...