Search found 17 matches

by slwendo
April 18th, 2024, 2:40 am
Forum: Entry
Topic: Batch application on Android
Replies: 1
Views: 338

Re: Batch application on Android

Hi,

What kind of on-the-spot edits are you trying to do?
by slwendo
April 18th, 2024, 2:27 am
Forum: Entry
Topic: gps distance calculation
Replies: 2
Views: 132

Re: gps distance calculation

Thanks Greg. I was trying to use LAT2 and LON2 at a variable before them, even though it was after I had set them.
by slwendo
April 17th, 2024, 11:33 am
Forum: Entry
Topic: gps distance calculation
Replies: 2
Views: 132

gps distance calculation

Hi I've tried using the gps function to calculate great-circle distances between two points (as explained in the manual) but I do not get a distance if the second point is not provided using the gps() function. LAT1, LON1, LAT2, LON2, DISTANCE are variables in my dictionary where LAT1 and LON1 come ...
by slwendo
April 17th, 2024, 2:42 am
Forum: Entry
Topic: gps function in preproc
Replies: 4
Views: 309

Re: gps function in preproc

Thanks Greg.

By fixing it - do you mean you placed the function in the post proc? That's what we did eventually.

The placement in postproc works for our survey at the moment but I think it'd be good to have it fixed in an upcoming release.

Cheers,

--

Steven Lwendo
by slwendo
April 15th, 2024, 4:25 pm
Forum: Entry
Topic: gps function in preproc
Replies: 4
Views: 309

Re: gps function in preproc

Hi, See attached test program. I've used the interactive gps option and placed it in the preproc of one of the variables. Deploy on Adroid device (Tablet) and set location to On. 1. Run CSEntry 2. Open the GPS Test Application 3. Enter some value for ID 4. Interactive GPS window comes up 5. Click on...
by slwendo
April 15th, 2024, 4:14 pm
Forum: Entry
Topic: get sub-string from value
Replies: 2
Views: 224

Re: get sub-string from value

Hi You can find the sub-string how to in the link below https://www.csprousers.org/help/CSPro/substring_expressions.html. Also - in case "where you want to split from" is dynamic depending on some value that you know ahead of time, you can use the POS function to figure out where that valu...
by slwendo
April 15th, 2024, 4:24 am
Forum: Entry
Topic: HTMLdialog hide buttons
Replies: 6
Views: 306

Re: HTMLdialog hide buttons

The partial show for errmsg is sometimes related to your computer's set screen resolution. It tends to behave that way for when higher resolutions are set. You might want to drop the resolution and see if you still have the same issue.
by slwendo
April 13th, 2024, 8:00 am
Forum: Tools
Topic: Export To Stata: 2+ Multiple-Occurence Records
Replies: 1
Views: 290

Export To Stata: 2+ Multiple-Occurence Records

Hi, I've tried exporting data from csdb to STATA (CSPro 7.7) where my dictionary more than 1 records that have a max occurence >1. The output Stata file is always missing one of the multi-occuring records. What could be the problem? Dictioanry structure: MYDICTIONARY - ID - HH_REC [Max Occ = 1] - PO...
by slwendo
April 12th, 2024, 2:51 am
Forum: Feature Requests
Topic: List of Lists
Replies: 2
Views: 194

Re: List of Lists

Thanks!
by slwendo
April 11th, 2024, 9:30 am
Forum: Feature Requests
Topic: List of Lists
Replies: 2
Views: 194

List of Lists

eg. list string tinyList1;
list string tinyList2;
list string tinyList3;

list bigList = tinyList1, tinyList2, tinyList3;