Search found 1793 matches

by Gregory Martin
July 16th, 2017, 12:38 pm
Forum: Entry
Topic: Linking other sections of the dictionary with the roster
Replies: 8
Views: 7188

Re: Linking other sections of the dictionary with the roster

You'll have to post more details about what you're trying to do. What are you trying to link?
by Gregory Martin
July 16th, 2017, 12:31 pm
Forum: Entry
Topic: Appending in cs pro
Replies: 5
Views: 5490

Re: Appending in cs pro

If your Excel data is in the format:

Column 1: Label
Column 2: Value

You can copy it and paste it into the CSPro value set editor. That will create a value set from the Excel data.
by Gregory Martin
July 7th, 2017, 5:52 pm
Forum: News
Topic: CSPro 7.0 is available
Replies: 4
Views: 14268

Re: CSPro 7.0 is available

CSPro 7.0.2 was released as is available here: https://www.census.gov/population/inter ... nload.html
by Gregory Martin
July 5th, 2017, 8:11 am
Forum: Entry
Topic: ERROR:You must assign the result of the function to an alpha
Replies: 12
Views: 12539

Re: ERROR:You must assign the result of the function to an alpha

You may want to review the CSPro documentation concerning logic. Your syntax is not valid CSPro syntax. You do not need to put quotation marks around variable names. "Count" also does not mean anything, and the skip statement works to move to a field, it cannot be used to make an assignmen...
by Gregory Martin
July 4th, 2017, 11:26 am
Forum: Entry
Topic: How to hide application listing on Android
Replies: 6
Views: 7238

Re: How to hide application listing on Android

Your code seems fine. Is it possible that you have a PFF file from previous testing still in the csentry folder and that that is what is showing?

Try deleting everything from the csentry folder and putting everything back on. Does it still show up?

Is so, send the PFF file to cspro@lists.census.gov.
by Gregory Martin
July 4th, 2017, 11:23 am
Forum: Tabulation
Topic: Batch Tabulation
Replies: 1
Views: 4300

Re: Batch Tabulation

You can do this, but this is mostly done by CSPro users who adopt the DHS (and I believe MICS) model of tabulation. There is no documentation about this in the CSPro helps. Unless anyone on the forum has done this and can help, you best option is to contact ICF to see if they have any documentation ...
by Gregory Martin
July 4th, 2017, 11:21 am
Forum: Android
Topic: Generate CAPI questions
Replies: 18
Views: 290502

Re: Generate CAPI questions

There is no way to do this automatically. If you had some programming skills, you would read in the dictionary (.dcf) and write out the CAPI questions (.qsf) file. They are both text files, but this task would not be trivial.
by Gregory Martin
July 4th, 2017, 11:18 am
Forum: Entry
Topic: Cspro logic
Replies: 3
Views: 3819

Re: Cspro logic

If you go with the suggestion from jfigueroa, here is a comment on the logic. When extracting substrings, the second part after the colon is the number of characters requested, not the ending character. So you would write:
ls_extract = my_string[3:2];
by Gregory Martin
June 26th, 2017, 4:40 pm
Forum: Android
Topic: Repeat group
Replies: 5
Views: 5745

Re: Repeat group

You'll have to provide more details about what you're interested in doing. The Getting Started Guide has information about repeating records:

https://www.census.gov/population/inter ... tart70.pdf
by Gregory Martin
June 26th, 2017, 4:36 pm
Forum: Editing
Topic: HOW TO USE THE OLD VERSION FILE IN NEW VERSION CSPro 7 or further??
Replies: 1
Views: 3408

Re: HOW TO USE THE OLD VERSION FILE IN NEW VERSION CSPro 7 or further??

CSPro is backwards compatible for the most part. Can you describe the problem that you're having? If you're using CSPro 7.0, can you regenerate the .pen file using CSPro 7.0? Still, even if you don't do that, CSPro 6.3 should run properly, with few exceptions.