Search found 49 matches

by lusia
May 2nd, 2019, 11:40 am
Forum: Entry
Topic: getlabel from dynamic value
Replies: 4
Views: 2936

Re: getlabel from dynamic value

Yes, I mean I've attached the file to cspro@lists.census.gov. But I got a notification that the file is too big so it needs your approvement.
by lusia
May 1st, 2019, 8:39 pm
Forum: Entry
Topic: getlabel from dynamic value
Replies: 4
Views: 2936

Re: getlabel from dynamic value

Yes, there is a base valueset in NO_ART. But it just a base. There are no real valueser in NO_ART.
I've sent the application to cspro@lists.gov with subject lusia's application.
Thank you in advance

Warm Regards,
Lusia
by lusia
May 1st, 2019, 4:58 am
Forum: Entry
Topic: getlabel from dynamic value
Replies: 4
Views: 2936

getlabel from dynamic value

Dear CSPro Team, I tried to get the value label from a dynamic value in a roster. But either it fills in blank, it just show the value with the code 1. Here is the logic i used: PROC B01 preproc // numeric indeks; // do indeks = 1 while indeks in loadcase(NAMA_ART_DICT) // if visualvalue(A5) = NORES...
by lusia
April 22nd, 2019, 3:54 am
Forum: Entry
Topic: Dynamic Value can't be chosen twice
Replies: 1
Views: 1615

Dynamic Value can't be chosen twice

Dear CSPro Team,
Is it possible to do the logic in this article, http://www.csprousers.org/forum/viewtop ... f=1&t=3343, when the values are dynamic values?

Warm Regards,
lusia
by lusia
April 8th, 2019, 3:17 am
Forum: Entry
Topic: GPS CAPTURING
Replies: 1
Views: 1753

Re: GPS CAPTURING

I think you could do something like this,

Code: Select all

	if demode() = 1 then
		getGPS();
	endif;
the GPS function will be executed when you are in add mode, else the GPS function will be ignored.
Hope this will help you.
by lusia
April 5th, 2019, 1:43 am
Forum: Entry
Topic: Missing Number of Respondent in the csdb file
Replies: 5
Views: 3551

Re: Missing Number of Respondent in the csdb file

I'm sorry, I don't quite understand what you mean by "the variable was not yet reached".
Could you please explain? Thank you very much.

Warm Regards,
lusia
by lusia
April 5th, 2019, 12:23 am
Forum: Synchronization
Topic: Need confirmation about Failed Uploading Cases (500)
Replies: 12
Views: 6703

Re: Need confirmation about Failed Uploading Cases (500)

Dear Josh, Sorry to interrupt you again regarding this matter. Our surveyor successfully synchronize the cases to the csweb. But another problem arises due to I removed the line "format: date-time" in the swagger.json file. Their previously field notes was missing from the csdb. Even when ...
by lusia
April 4th, 2019, 8:34 pm
Forum: Entry
Topic: Missing Number of Respondent in the csdb file
Replies: 5
Views: 3551

Re: Missing Number of Respondent in the csdb file

Yes, it is a variable in my app. I didn't put any logic in the variable. I set up the variable field properties to auto increment and protected. And this variable is included in the ID items.
no_of_resp.jpg
no_of_resp.jpg (12.84 KiB) Viewed 3541 times
field_properties.jpg
field_properties.jpg (50.3 KiB) Viewed 3541 times
by lusia
April 4th, 2019, 4:26 am
Forum: Entry
Topic: Dynamic Value in a Roster
Replies: 4
Views: 3448

Re: Dynamic Value in a Roster

Dear Gregory, I'm sorry for the very late reply. I've just finished testing your script above. Firstly I still got 0 for the result. But in the end, I just have to add () symbol in the second if inside the while do. PROC GLOBAL array numeric vs_codes(100); array string vs_labels(100); PROC TEST_ROST...
by lusia
April 4th, 2019, 3:45 am
Forum: Entry
Topic: Missing Number of Respondent in the csdb file
Replies: 5
Views: 3551

Missing Number of Respondent in the csdb file

Dear CSPro Team, Is it possible to have missing No. of Respondent? I found some csdb files to have missing No. of Respondent when in fact I set the number item to auto increment and protected and I've set up the Delete function to be locked in the pff file. Here are the screenshots of the csdb files...