Search found 397 matches

by sherrell
May 19th, 2023, 12:05 pm
Forum: Entry
Topic: Problem with sum of numeric items
Replies: 4
Views: 3310

Re: Problem with sum of numeric items

When a numeric field is skipped it's value is notappl. And you can't perform arithmetic with it at that point, it needs to have a numeric value. Therefore I suggest you set skipped fields to zero, which you can do as follows: PROC B16 // no logic here PROC C3 preproc if B16=1 then // or whatever you...
by sherrell
May 2nd, 2023, 5:35 pm
Forum: Entry
Topic: Application startup error while filling in data
Replies: 4
Views: 4595

Re: Application startup error while filling in data

You can find 7.7.3 here on the forum: https://www.csprousers.org/downloads/ Unfortunately we didn't upload this interim release on the Census Bureau's website. We will be releasing version 8.0 soon (hopefully by the end of Summer), and that you will definitely find both here and on the Census Bureau...
by sherrell
April 24th, 2023, 10:00 am
Forum: Android
Topic: Application Startup Error
Replies: 8
Views: 14445

Re: Application Startup Error

Hi Joshua,

Could you zip up and post your application so we could take a look? If you prefer not to have your application public, you can send it to us at cspro@lists.census.gov

Thanks,
Sherrell
by sherrell
April 21st, 2023, 3:32 pm
Forum: Synchronization
Topic: Data Viewer Sync with a Universe
Replies: 8
Views: 6362

Re: Data Viewer Sync with a Universe

Yeah, we don't allow you to launch more than one instance of an entry/batch/tab app from within CSPro...I think we were trying to keep people from getting themselves into trouble...but I don't believe there's a limit when running it from file explorer/the command line :)

Have a good weekend!
Sherrell
by sherrell
April 21st, 2023, 1:47 pm
Forum: Synchronization
Topic: Data Viewer Sync with a Universe
Replies: 8
Views: 6362

Re: Data Viewer Sync with a Universe

Hi Steven, >Running multiple processing machines in parallel- each processing several different counties - so I can optimize on time LOL, being sneaky :) >I can't run another instance of batch (cross tabs, edits) while the download batch is running. Did you try running the tabs/edit batch app by lau...
by sherrell
April 21st, 2023, 10:50 am
Forum: Android
Topic: Application Startup Error
Replies: 8
Views: 14445

Re: Application Startup Error

Hi Joshua, >How do I correct the path for Android 11 and up but will not affect the program if it was executed in a lower Android version? I should have mentioned when you wrote this, but with the introduction of the Android 11 operating system it changed pathing. I don't know if you saw our post ab...
by sherrell
April 21st, 2023, 10:20 am
Forum: Synchronization
Topic: Data Viewer Sync with a Universe
Replies: 8
Views: 6362

Re: Data Viewer Sync with a Universe

Hi Steven, I modified my initial response to you, as I was seeing "export" in your question, not "download"...sorry! So while CSPro does generate a PFF for the download feature, we don't allow any options, and at this time, aren't planning to add any. Are you doing this as a way ...
by sherrell
April 20th, 2023, 1:39 pm
Forum: Synchronization
Topic: Data Viewer Sync with a Universe
Replies: 8
Views: 6362

Re: Data Viewer Sync with a Universe

Hi Steven,

While a PFF is generated for Data Viewer's download, we don't provide any options with it.

If you want to apply a universe, you'll have to use the Export utility.

https://www.csprousers.org/help/CSExpor ... _data.html

Hope you are doing well !

Sherrell
by sherrell
April 17th, 2023, 8:33 pm
Forum: Feature Requests
Topic: Displaying the dictionary notes in the Data Viewer
Replies: 1
Views: 2508

Re: Displaying the dictionary notes in the Data Viewer

Hi Ari,

As you've noted, there is no way to display those notes in DV. Maybe one of the guys can say if that's on their radar to add, but right now, you can't do it.

Sorry,
Sherrell
by sherrell
April 17th, 2023, 8:31 pm
Forum: Entry
Topic: Error in sum of values in two different forms
Replies: 3
Views: 3867

Re: Error in sum of values in two different forms

Hi Paul, >4 women live in house 1, but at that moment only 2 are present, and these 2 women are registered in the roster. I don't see a roster in your application, and neither of the two records in your dictionary repeat. Is there more to this application than what you sent? For I can understand wha...