Search found 128 matches

by MrTaco
August 10th, 2016, 2:24 am
Forum: Entry
Topic: Summary Report
Replies: 6
Views: 5137

Summary Report

Good Day 1. I tried to use this logic so i can get a summary report on the household Questionnaire. 2. I would also like to include household Roster into this summary pointing out 1. Person no and Individual number from the roster. Thanks. // Write out and display household summary report function s...
by MrTaco
July 27th, 2016, 9:08 am
Forum: Other
Topic: How to Create a Tracking sheet on a Household Questionnaire
Replies: 6
Views: 7094

How to Create a Tracking sheet on a Household Questionnaire

Hi Guys 1. I want to create a tracking sheet for household, so that supervisors can be able to look at it instead of going through the Questionnaire and check how many household member is captured. 2. I tried to load a household dict using this logic but it doesn't do what I want. please help guys. ...
by MrTaco
June 17th, 2016, 2:47 am
Forum: Other
Topic: FullScreen of data entry
Replies: 2
Views: 3620

FullScreen of data entry

Hi Guys

How do I set up my data entry screen to full screen as default?

thanks
Thabiso
by MrTaco
May 23rd, 2016, 3:44 am
Forum: Other
Topic: how to determine the age
Replies: 2
Views: 3790

Re: how to determine the age

Hi Saint I managed to crack it hey

I used if Q1.1 < Q21.1-5 then skip to Q23.1;endif; it worked

Thanks
by MrTaco
May 20th, 2016, 2:32 am
Forum: Other
Topic: stopping a case early
Replies: 1
Views: 3145

Re: stopping a case early

Hi,

use a endlevel funtion..
by MrTaco
May 12th, 2016, 5:46 am
Forum: Entry
Topic: How to Generate individual number from an VPN
Replies: 0
Views: 34014

How to Generate individual number from an VPN

Hi Guys

How to Generate individual number from an Visiting Point Number Automatically,
so that it can be linked to the HouseHold and Individual.

Regards,

Thabiso
by MrTaco
May 9th, 2016, 6:33 am
Forum: Other
Topic: how to determine the age
Replies: 2
Views: 3790

how to determine the age

Hi guys

i want the logic code based on the sentence below

it should be able to detect if the 2nd partner is 5years younger or 5years older than the 2nd partner so it be able to skip to other questions

thanks in advance
by MrTaco
April 21st, 2016, 6:38 am
Forum: Feature Requests
Topic: Size of the CSPro window
Replies: 2
Views: 4495

Re: Size of the CSPro window

When is the release of CsPro 7?
by MrTaco
April 21st, 2016, 5:02 am
Forum: Other
Topic: Linking Questionnaires or Dictionary
Replies: 0
Views: 34138

Linking Questionnaires or Dictionary

Hi Guys I want the guidance on how to link 4 Questionnaires, so that fieldworkers can just select a questionnaire they are working on. and also be able to allocate a number of members if there's more than 1 in that particular Questionnaire and be able to allocate entries according to the number of t...
by MrTaco
April 15th, 2016, 6:00 am
Forum: Other
Topic: Skip in a Roster According to Number of Members
Replies: 4
Views: 5469

Re: Skip in a Roster According to Number of Members

I used (Skip to next) it's working,

but i wanted other ways..