How to display all cases of a dictionarry

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
mussabahire
Posts: 43
Joined: September 5th, 2016, 4:55 am

How to display all cases of a dictionarry

Post by mussabahire »

Dear Cspro users,
I want to display [as a summary report] the User ID and Questionnaire number of my datafile.
How can I do it.
It's a flat dictionary, no roster. Just display id items[enumerator id+Questionnaire number]
Thanks.
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: How to display all cases of a dictionarry

Post by sherrell »

An easy way to do this is by writing a batch application. At the logic's "level" (which corresponds to the case), issue a 'write' statement that contains the IDs/values of interest. 'write' operates just like the errmsg function, except it writes the message to an external file, rather than the console.

Sherrell
mussabahire
Posts: 43
Joined: September 5th, 2016, 4:55 am

Re: How to display all cases of a dictionarry

Post by mussabahire »

I want it to be used by enumerators so that they can view what they have done.
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: How to display all cases of a dictionarry

Post by sherrell »

Allowing interviewers to view their case tree would do that.

Also, if you have questions related to data entry, it would be better to submit them from the Entry folder of the Board index rather than here.
Post Reply