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 ...
Search found 407 matches
- February 12th, 2025, 8:02 pm
- Forum: Entry
- Topic: Protect field after passing over
- Replies: 4
- Views: 18683
- October 31st, 2024, 10:58 am
- Forum: Editing
- Topic: Populate a variable in the ID section using a lower sub variable
- Replies: 1
- Views: 21465
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 ...
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 ...
- August 6th, 2024, 12:52 pm
- Forum: Entry
- Topic: Check Values number
- Replies: 2
- Views: 10440
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 ...
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 ...
- July 30th, 2024, 6:49 pm
- Forum: Tools
- Topic: problem in downloading a file from the server
- Replies: 4
- Views: 34421
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 ...
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 ...
- July 29th, 2024, 12:31 pm
- Forum: Tools
- Topic: problem in downloading a file from the server
- Replies: 4
- Views: 34421
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 ...
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 ...
- July 26th, 2024, 11:39 am
- Forum: Entry
- Topic: STRIP FUNCTION
- Replies: 4
- Views: 9969
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 ...
string test = "NGR12367" ;
numeric firstNumber = poschar ( "0123456789" , test);
numeric index = firstNumber;
while test[index ...
- July 12th, 2024, 10:50 am
- Forum: Other
- Topic: CAPro 8.0 TRSWin.exe missing
- Replies: 5
- Views: 29602
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 ...
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 ...
- May 10th, 2024, 2:08 pm
- Forum: Android
- Topic: Language settings on accept
- Replies: 4
- Views: 28033
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
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
- April 29th, 2024, 10:44 am
- Forum: Tabulation
- Topic: Save tables in excel format
- Replies: 2
- Views: 15209
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
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
- April 29th, 2024, 10:30 am
- Forum: Tabulation
- Topic: How add weight on tabulation
- Replies: 3
- Views: 17146
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 ...
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 ...