Page 1 of 1

How to display all cases of a dictionarry

Posted: August 24th, 2021, 4:28 am
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.

Re: How to display all cases of a dictionarry

Posted: August 24th, 2021, 10:04 am
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

Re: How to display all cases of a dictionarry

Posted: August 24th, 2021, 12:12 pm
by mussabahire
I want it to be used by enumerators so that they can view what they have done.

Re: How to display all cases of a dictionarry

Posted: August 24th, 2021, 12:31 pm
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.