Search found 407 matches

by sherrell
February 12th, 2025, 8:02 pm
Forum: Entry
Topic: Protect field after passing over
Replies: 4
Views: 16528

Re: Protect field after passing over

Are you protecting every single field as you exit it? For I've never heard of anyone doing this, it's very unconventional. Most enumerators just want to finish the case as soon as possible, so going back and changing responses has never been an issue. Are you seeing this? If so, when?

Also, do you ...
by sherrell
October 31st, 2024, 10:58 am
Forum: Editing
Topic: Populate a variable in the ID section using a lower sub variable
Replies: 1
Views: 20377

Re: Populate a variable in the ID section using a lower sub variable

Are you entering non-ID values before the ID values are entered? This isn't a great practice.

What did you have in mind when you say you wish to populate a variable with values from a subitem? The impute function merely copies the value over; the only "extra" you get by using the impute function is ...
by sherrell
August 6th, 2024, 12:52 pm
Forum: Entry
Topic: Check Values number
Replies: 2
Views: 10215

Re: Check Values number

Hi Btri,

A compilation of your CSPro logic only means that your logic is correct--any number of things can go wrong with that logic during execution.

But I'm not following the problem. Is field Q02 captured before field Q05 is captured ? If so, then the value of Q02 will be available when you ...
by sherrell
July 30th, 2024, 6:49 pm
Forum: Tools
Topic: problem in downloading a file from the server
Replies: 4
Views: 33125

Re: problem in downloading a file from the server

Hi Ari,

Per our email conversation outside of this post, the download issue you mention was a bug in CSPro 7.7, the version you are running. So, if you can upgrade to v8, that will fix that problem.

As for the Excel issue, Greg said that excel worksheets apparently have a max width of 31, so he'll ...
by sherrell
July 29th, 2024, 12:31 pm
Forum: Tools
Topic: problem in downloading a file from the server
Replies: 4
Views: 33125

Re: problem in downloading a file from the server

Hi Ari,

From the client , could you send us the sync.log? CSPro will take you to the folder where it's located if you click on the "Help" menu item from within CSPro, then select Troubleshooting > sync.log file.

From the server, could you send us the api.log file? More info on that can be found ...
by sherrell
July 26th, 2024, 11:39 am
Forum: Entry
Topic: STRIP FUNCTION
Replies: 4
Views: 9659

Re: STRIP FUNCTION

If you know you will have a single block of numerics, then you can use the pochar function to find the first number, and use a loop to find the endpoint, as below:

string test = "NGR12367" ;

numeric firstNumber = poschar ( "0123456789" , test);
numeric index = firstNumber;

while test[index ...
by sherrell
July 12th, 2024, 10:50 am
Forum: Other
Topic: CAPro 8.0 TRSWin.exe missing
Replies: 5
Views: 28091

Re: CAPro 8.0 TRSWin.exe missing

An announcement was made at the bottom of the "What's New in 8.0" help page, found here:

https://www.csprousers.org/help/CSPro/what_is_new_in_cspro_8_0.html

which stated:

The Table Retrieval and Table Retrieval Setup tools have been removed from the CSPro installation. Users still needing these ...
by sherrell
May 10th, 2024, 2:08 pm
Forum: Android
Topic: Language settings on accept
Replies: 4
Views: 26976

Re: Language settings on accept

Hi,

Could you post your zipped app so we can see what you're doing? If you don't want to post your app to the forum, please send it to us at cspro@lists-census.gov

Sherrell
by sherrell
April 29th, 2024, 10:44 am
Forum: Tabulation
Topic: Save tables in excel format
Replies: 2
Views: 14600

Re: Save tables in excel format

Hi Ari,

Unfortunately no. The most you can do is c&p each table from cspro's tab app and into excel. Tedious when many tables have been generated. And unfortunately our next priority is getting CSPro working for CAWI, so any updates to xtabs will continue to slide for now. Sorry.

Sherrell
by sherrell
April 29th, 2024, 10:30 am
Forum: Tabulation
Topic: How add weight on tabulation
Replies: 3
Views: 16512

Re: How add weight on tabulation

Hi Habtamu,

Sorry for the delay in getting back to you. Was the "apply to all tables" button active before you added the variable name? For I'm not sure why it's inactive. If you could either post your zipped tabulation application here, or send it to us at cspro@lists.census.gov, I can take a look ...