Search found 128 matches

by MrTaco
August 26th, 2016, 4:26 am
Forum: Entry
Topic: multiple select checkbox
Replies: 6
Views: 8635

Re: multiple select checkbox

Good day if pos("1,2,3,4,5,6,7,8,9,10",HH_Q2) in 1:10 then skip to HH_Q3; endif; do i = 1 while i < length(strip(HH_Q2)) if pos(HH_Q2[i:1], HH_Q2[i+1]) then errmsg("You cannot select option %s twice. Please review your selections.",HH_Q2[i:1]); reenter; endif; enddo; I used this ...
by MrTaco
August 23rd, 2016, 2:58 am
Forum: Other
Topic: How to Create a Tracking sheet on a Household Questionnaire
Replies: 6
Views: 7137

Re: How to Create a Tracking sheet on a Household Questionnaire

I manage to link the dictionaries but if I Discard it's no longer read from the captured dict... i must not discard to avoid lose of tracking... so in a case where interviewer discard by mistake it will be a problem. how can not lose track of the captured file(Household) to link with the (individual)?
by MrTaco
August 23rd, 2016, 2:42 am
Forum: Entry
Topic: Invalid Record Type
Replies: 1
Views: 2692

Invalid Record Type

and I used this logic: Invalid Record Type.png PROC DATA_QUESTIONNAIRE_TYPE if DATA_QUESTIONNAIRE_TYPE = 1 then //GETOTHER(2); {parameter = question number} loadcase(SABSSM_V_HOUSEHOLD_QUEST_DICT); enter SABSSM_V_HOUSEHOLD_QUESTIONNA_FF; writecase (SABSSM_V_HOUSEHOLD_QUEST_DICT); elseif DATA_QUESTIO...
by MrTaco
August 19th, 2016, 1:31 am
Forum: Other
Topic: How to Create a Tracking sheet on a Household Questionnaire
Replies: 6
Views: 7137

Re: How to Create a Tracking sheet on a Household Questionnaire

3.png
3.png (12.32 KiB) Viewed 7048 times
4.png
4.png (3.88 KiB) Viewed 7048 times
it is the correct dict and the spelling is correct
by MrTaco
August 18th, 2016, 9:08 am
Forum: Other
Topic: How to Create a Tracking sheet on a Household Questionnaire
Replies: 6
Views: 7137

Re: How to Create a Tracking sheet on a Household Questionnaire

PROC FIFTEENANDOLDER_PROVINCE FIFTEENANDOLDER_PROVINCE = HH_PROVINCE; FIFTEENANDOLDER_DISTRICT = HH_DISTRICT; FIFTEENANDOLDER_SMALL_AREA_LAYEV = HH_SMALL_AREA_LAYER; HH_VPN = YEARS_AND_OLDER_VISITING_POINT; HH_QNR_NO = YEARS_AND_OLDER_HOUSEHOLD_QUES; if loadcase(SABSSM_V_FINAL_QUESTIONN_DICT,HH_PRO...
by MrTaco
August 17th, 2016, 6:41 am
Forum: Entry
Topic: Deleting Duplicates when I Export to SPSS
Replies: 1
Views: 2451

Deleting Duplicates when I Export to SPSS

Hi Guys

Is there a way i can write a logic when I export files to SPSS and delete duplicates and left with one.

let's say we have 5 interviewers working in one household but different individuals but the file they are using has a household questionnaire and it has been linked to individuals.

Thanks
by MrTaco
August 11th, 2016, 8:07 am
Forum: Entry
Topic: Summary Report
Replies: 6
Views: 5182

Re: Summary Report

may I email you the program and look at it please...

maybe am missing something
by MrTaco
August 11th, 2016, 2:26 am
Forum: Entry
Topic: Summary Report
Replies: 6
Views: 5182

Re: Summary Report

it doesn't respond to it at all...

it really frustrates me....
by MrTaco
August 10th, 2016, 9:22 am
Forum: Other
Topic: FullScreen of data entry
Replies: 2
Views: 3643

Re: FullScreen of data entry

thanks Josh
by MrTaco
August 10th, 2016, 8:09 am
Forum: Entry
Topic: Summary Report
Replies: 6
Views: 5182

Re: Summary Report

Hi Josh I managed thank you for advice and much appreciated. now am struggle with the linking of household dict to individual, i applied this logic but still INDIVIDUAL_PROVINCE = HH_PROVINCE; INDIVIDUAL_DISTRICT = HH_DISTRICT; SMALL_AREA_LAYER = HH_SMALL_AREA_LAYER; INDIVIDUAL_VISITING_POINT = HH_V...