Search found 128 matches

by MrTaco
March 23rd, 2015, 8:30 am
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21829

Re: Entry according to number of household

The issue is that if I use a roster control, it won't work coz all the questionnaires are not having the same number of people in the household.

when i use the code it says " Compile failed" on the Logic View
by MrTaco
March 20th, 2015, 8:47 am
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21829

Re: Entry according to number of household

Thanks a Million Josh

Thabiso
by MrTaco
March 20th, 2015, 8:11 am
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21829

Complex Roster: Urgent

Hi Guys

am hitting a rock here, how can i make a roster same as the file attached...

this roster is different to what am used to.

Thanks in advance

Thabiso
by MrTaco
March 18th, 2015, 2:29 am
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21829

Re: Entry according to number of household

Hi, Josh I normally use this block to select how many people I want to enter, so that I won’t have to go through all the entries to pass this section. Example if I select 2 people I should be able to enter only those 2 people… Refer to my code: $=TOUPPER($); if $=0 then $=missing; endgroup; endif; i...
by MrTaco
March 16th, 2015, 7:47 am
Forum: Other
Topic: Entry according to number of household
Replies: 18
Views: 21829

Entry according to number of household

Hey Guys

I need the statement that can be able to allow only 2 or 5 people per row then skips to the next Q’s
If the household has 5 people I need a statement that will allow only 5 people and not allow not less or more...

I have uploaded the image for reference

Thanks in advance

Thabiso
by MrTaco
March 16th, 2015, 7:41 am
Forum: Other
Topic: Answering Calculations
Replies: 13
Views: 12252

Re: Answering Calculations

PROC Q_265 if Q_265 = 2 then skip to Q_266; endif; if Q_265 < 2 then skip to Q_267; endif; if Q_265 > 2 then skip to Q_267; endif; or PROC Q_247 if Q_247 = 16 then skip to Q_248; endif; if Q_247 < 15 then skip to Q_249; endif; if Q_247 > 16 then skip to Q_249; endif; hey Josh i managed to try this c...
by MrTaco
March 11th, 2015, 8:54 am
Forum: Entry
Topic: creating a data interface for a complex table
Replies: 6
Views: 6395

Re: creating a data interface for a complex table

Hey Guys
I need a syntax on how to data entry but with no auto-completion..
I need the statement that can be able to allow only 2 or 5 people per row then skips to the next Q’s
If the household has 5 people I need a statement that will allow only 5 people and not allow not less or more...
by MrTaco
March 11th, 2015, 5:18 am
Forum: Other
Topic: Answering Calculations
Replies: 13
Views: 12252

Re: Answering Calculations

Hi Guys This skip statement has been working nicely now it's no longer working PROC Q_247 //if Q_247 = 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 or 10 or 11 or 12 or 13 or 14 or 15 or 17 or 97 or 98 then skip to Q_249; endif I used to code this skip statement but now it's not working like it used to...
by MrTaco
February 25th, 2015, 2:17 am
Forum: Other
Topic: Answering Calculations
Replies: 13
Views: 12252

Re: Answering Calculations

Thank you Josh

That's exactly what i want

Thank you so much...
by MrTaco
February 20th, 2015, 2:49 am
Forum: Other
Topic: Answering Calculations
Replies: 13
Views: 12252

Answering Calculations

Hey Guys

I want to add two answers into one Question, so i wouldn't have to answer on the third quetion

This the scenario: Q1) Answer is 1
Q2) Answer is 1
then I want on the third question automatically to get (2) as an answer, then move to the next question.

Thabiso