Search found 627 matches

by htuser
October 2nd, 2023, 6:28 am
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 115

Re: Create a multi select variable from a roster column

Here's a working example. And I'm almost using the same code that I previously shared with you. However, because CSPro 8.0 select dialog have different output compare to 7.7, I had to modify the function extractNumericSelect accordingly. Please play with the multi-select-from-roster-column_gv.zip us...
by htuser
October 1st, 2023, 4:55 pm
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 115

Re: Create a multi select variable from a roster column

Have you downloaded and played with this download/file.php?id=2334?
by htuser
October 1st, 2023, 8:54 am
Forum: Entry
Topic: Create a multi select variable from a roster column
Replies: 6
Views: 115

Re: Create a multi select variable from a roster column

Hello, I solved this here: https://www.csprousers.org/forum/viewtopic.php?p=16688 If you're using CSDB/CSDBE, you can use SQL to built an array with data you want to display, for example Occ number and person names. However, to extract a list of selected index, I some situations (if numeric you want...
by htuser
August 16th, 2023, 7:28 pm
Forum: Tabulation
Topic: Tables with several rows and columns
Replies: 1
Views: 620

Re: Tables with several rows and columns

There's lot of examples of complicated questionnaires programming with CSPro. You can see one example of complicated application and related questionnaire on the following links: https://agrilinks.org/post/feed-future-zoi-survey-methods https://agrilinks.org/post/feed-future-zoi-survey-methods-toolk...
by htuser
August 12th, 2023, 4:32 am
Forum: Entry
Topic: Barcode reading
Replies: 2
Views: 304

Re: Barcode reading

This could be because CSPro barcode scanner function depend on Google Play libraries who're based on Google Machine Learning (ML)API (formerly Google Vision API) https://developers.google.com/ml-kit/vision/barcode-scanning https://developers.google.com/ml-kit/vision/barcode-scanning/android And, imp...
by htuser
August 3rd, 2023, 6:01 am
Forum: Android
Topic: APK Download Link
Replies: 4
Views: 1800

Re: APK Download Link

@CarollSantiago, if there's any reason for using an older APK, please take a look on: https://www.csprousers.org/apk/
Best
by htuser
July 23rd, 2023, 11:07 pm
Forum: Entry
Topic: Geographic coordinates to utm converter
Replies: 3
Views: 715

Re: Geographic coordinates to utm converter

Thanks Greg for helping us in having trigonometric functions in CSPro logic. More than 4 years ago, I requested this: https://www.csprousers.org/forum/viewtopic.php?p=10688 so right now, I'll be able to perform some calculations directly in CSPro logic. However, I would also like to know if the JS-C...
by htuser
June 22nd, 2023, 7:44 am
Forum: Entry
Topic: SelCase Function
Replies: 2
Views: 788

Re: SelCase Function

Hi Nikola,
Greg helped me years ago with autocompletion using selcase: viewtopic.php?p=2197
It was also the only time I was reading about and using selcase.
Please take a look and try to see if this help you.
Best,
by htuser
June 22nd, 2023, 7:39 am
Forum: Android
Topic: dichotomies data in multiple choice not showing when exporting.
Replies: 1
Views: 13701

Re: dichotomies data in multiple choice not showing when exporting.

Hi Thierry,
Reading this post should solve your issue.
viewtopic.php?p=15487

Please let me if know if this work you.
Best
by htuser
May 20th, 2023, 1:11 am
Forum: Synchronization
Topic: How to use POWER BI to extract data on CSWeb?
Replies: 5
Views: 1265

Re: How to use POWER BI to extract data on CSWeb?

See my response for this topic, more than two years ago. https://www.csprousers.org/forum/viewtopic.php?p=12819 As you will see it, there's an issue when using any data analytics/dashboarding tools with CSPro-MySQL parsed databases... value sets are not integrated in the database where processing ca...