Search found 565 matches

by aaronw
February 28th, 2019, 1:44 pm
Forum: Tools
Topic: EXPORTING ROSTERS INTO ONE FILE
Replies: 3
Views: 3327

Re: EXPORTING ROSTERS INTO ONE FILE

Just to clarify are you trying to export multiple rosters or multiple dictionaries to a single file?
by aaronw
February 28th, 2019, 1:22 pm
Forum: Entry
Topic: Dynamic valueset stopped working in 7.2.0
Replies: 2
Views: 2358

Re: Dynamic valueset stopped working in 7.2.0

When I manipulate a dictionary alpha I don't have issues with a leading space. leading-space.PNG However, I do wonder if this has to do with passing the value through a PFF to another application. Sysparm will left justify (trim) a string. http://www.csprousers.org/help/CSPro/sysparm_function.html I...
by aaronw
February 26th, 2019, 4:39 pm
Forum: News
Topic: CSPro 7.2 released
Replies: 2
Views: 3537

CSPro 7.2 released

New versions of CSPro and CSEntry Android have been released!
by aaronw
February 26th, 2019, 4:09 pm
Forum: Android
Topic: Disable Edit of visible item
Replies: 2
Views: 2680

Re: Disable Edit of visible item

Here are two simple approaches:
  • Make the item protected, but view it in the case tree
  • Remove the item from the form, but display it in a warning message
by aaronw
February 26th, 2019, 3:56 pm
Forum: Entry
Topic: "Invalid file format. Missing version table.", .csdb file
Replies: 1
Views: 1613

Re: "Invalid file format. Missing version table.", .csdb file

I would like to take a look at the current dictionary, csdb file from server, and csdb file from a device. If possible could you send this to cspro@lists.census.gov.
by aaronw
January 16th, 2019, 5:17 pm
Forum: Entry
Topic: Hiding/ showing value set
Replies: 3
Views: 2351

Re: Hiding/ showing value set

The crux of the problem is that the value sets in block depend on the selection of the district. You could solve this in any number of ways. However, I believe hierarchical value sets is a straightforward and complete solution. If anything is unclear let me know.
by aaronw
January 14th, 2019, 5:51 pm
Forum: Tools
Topic: Export data from CSpro 7 to STATA
Replies: 4
Views: 4625

Re: Export data from CSpro 7 to STATA

@lee Can you send us the export specification file, CSPro dictionary, and an example data file to cspro@lists.census.gov. We'll need these files to reproduce your issue.
by aaronw
January 14th, 2019, 5:40 pm
Forum: Entry
Topic: Hiding/ showing value set
Replies: 3
Views: 2351

Re: Hiding/ showing value set

I recommend hierarchical value sets. This just means you create a value set of blocks for each district. Use the value of district to construct the value set name and dynamically set the value set for the block field. In your example, you had three districts, so blocks would have three value sets (D...
by aaronw
January 3rd, 2019, 9:06 am
Forum: Entry
Topic: Maximum For Max Proporty in record or roster
Replies: 2
Views: 3358

Re: Maximum For Max Proporty in record or roster

Repeating records can have a maximum of 9,999 occurrences.
by aaronw
December 28th, 2018, 6:53 pm
Forum: Synchronization
Topic: Sampling during field work
Replies: 8
Views: 6120

Re: Sampling during field work

I wrote a simple application to demonstrate this. Run the menu and you'll have two choices: Create sample (hardcoded) Select from sample Create sample (hardcoded) will write case 2 and 5 from listing.csdb to sample.csdb. Select from sample will create a dynamic value set from the cases in sample.csd...