Search found 2399 matches

by josh
March 4th, 2021, 12:44 am
Forum: Tools
Topic: Error during data download from CSweb
Replies: 1
Views: 1676

Re: Error during data download from CSweb

Try using Download option in the File menu in DataViewer rather than using the pff. The address in the download pff (localhost:8087) seems suspicious.
by josh
February 26th, 2021, 1:27 pm
Forum: Feature Requests
Topic: Publish batch programs
Replies: 3
Views: 2548

Re: Publish batch programs

Generating an exe file would a be a pretty massive task. Will note the request to allow PEN files for batch applications for a future release.
by josh
February 26th, 2021, 6:55 am
Forum: Feature Requests
Topic: Publish batch programs
Replies: 3
Views: 2548

Re: Publish batch programs

No, pen files are for data entry programs only.
by josh
February 26th, 2021, 6:54 am
Forum: Entry
Topic: Block first language
Replies: 1
Views: 1285

Re: Block first language

There is no way to prevent the user from changing the language but you could use the onChangeLanguage function to change the language to something else if the user is not a supervisor and they pick the first language. https://www.csprousers.org/help/CSPro/onchangelanguage_global_function.html https:...
by josh
February 23rd, 2021, 9:24 am
Forum: Other
Topic: Reading a csdb file using a different dictionary
Replies: 1
Views: 1915

Re: Reading a csdb file using a different dictionary

The csdb file doesn't support changing dictionaries. Your best bet is to convert to text, do whatever operations you want, and then convert back to csdb if needed. We are working on a feature that would let you load two cases from the same dictionary at the same time and compare their contents. That...
by josh
February 22nd, 2021, 3:29 pm
Forum: Entry
Topic: capi text
Replies: 2
Views: 1603

Re: capi text

Once you have created the question text for a question, the question text macro to autogenerate the question text from the dictionary labels no longer works for that question to avoid replacing the existing text. However, if you delete the question text for a question and then use the question text ...
by josh
February 22nd, 2021, 7:24 am
Forum: Tools
Topic: ERROR WHEN EXPORTING MULTIPLE RECORD DATA WITH MULTIPLE OCCURENCE FIELDS
Replies: 2
Views: 2805

Re: ERROR WHEN EXPORTING MULTIPLE RECORD DATA WITH MULTIPLE OCCURENCE FIELDS

Could you send us the data dictionary, the export specification file (saved from the export data tool) and a small set of data that exhibits the problem? You can post it here or email it cspro@lists.census.gov.
by josh
February 22nd, 2021, 7:22 am
Forum: Android
Topic: Synchronization to server
Replies: 3
Views: 2242

Re: Synchronization to server

The 500 error could be caused by a number of things. Please send us the sync.log file from the Android device and also please check the api.log file on the server in csweb/var/logs for details on the error.
by josh
February 19th, 2021, 6:55 am
Forum: Other
Topic: Get a codebook with questions texts and modalities
Replies: 2
Views: 1844

Re: Get a codebook with questions texts and modalities

The XML metadata is not meant to be read by Excel. It is meant for people building their own tools that use XML. You can use the DDI export and then use a DDI editor like this one http://www.ihsn.org/software/ddi-metadata-editor or you can use the ExportXMLMetdata tool and export to HTML which you c...
by josh
February 18th, 2021, 2:18 pm
Forum: Entry
Topic: Unable to verify roster - problem with free movement option?
Replies: 4
Views: 2274

Re: Unable to verify roster - problem with free movement option?

This seems to be a limitation of free movement in verify mode. I can reproduce the problem myself. I think your only option is to turn off free movement in the roster, at least when doing verification.