Search found 32 matches

by VirtuesArios
November 4th, 2023, 9:08 am
Forum: Entry
Topic: getvaluelabel
Replies: 6
Views: 11764

Re: getvaluelabel

Hi sherrell, I was just wondering it works on the first and second checkbox(e.g. Diabetes and Heart disease) but when I change the answer to another illness it would only display one illness or it would not display at all, what would I change for this to work on all checkbox. Greg is out this week s...
by VirtuesArios
October 12th, 2023, 10:27 pm
Forum: Entry
Topic: getvaluelabel
Replies: 6
Views: 11764

Re: getvaluelabel

Thanks sherrell for the response. Greg is out this week so let me respond. I haven't used the codes and labels feature, but it should be working. In the interim, you can do this, which is working for me: function string GetCheckboxLabel() string labels; do numeric ctr = 1 while ctr <= length ( strip...
by VirtuesArios
October 6th, 2023, 9:41 am
Forum: Entry
Topic: getvaluelabel
Replies: 6
Views: 11764

Re: getvaluelabel

The getvaluelabel function isn't looking at the capture type (checkbox), so it's not formatting your checked options appropriately. You can do something like this in your question text: ~~GetCheckboxLabel()~~ And then add a user-defined function: function string GetCheckboxLabel() string labels; do...
by VirtuesArios
September 25th, 2023, 11:07 pm
Forum: Entry
Topic: getvaluelabel
Replies: 6
Views: 11764

getvaluelabel

Hello CSPro users, I've just wanna ask on how to get value label its on the attached images, what I want to get is the name of the illness but it seems the value came out is AB..so on. Any suggestion would be highly appreciated, Thanks in advance. Images: 1. Dictionary 2. CAPI Questions 3. Above Ima...
by VirtuesArios
February 28th, 2023, 9:24 pm
Forum: News
Topic: Is there light at the end of the tunnel with CSPro 8.0?
Replies: 10
Views: 253505

Re: Is there light at the end of the tunnel with CSPro 8.0?

How about the learning curve from 7.xxx to 8.xxx is there much of a different?
by VirtuesArios
December 15th, 2022, 9:32 pm
Forum: Entry
Topic: Out of Range !
Replies: 7
Views: 10645

Re: Out of Range !

@aaronw, Thank you very much your such a great help

Cheers
by VirtuesArios
December 14th, 2022, 1:18 am
Forum: Entry
Topic: Out of Range !
Replies: 7
Views: 10645

Re: Out of Range !

I was able to reproduce the issue and will need to look into it further. My suggestion is to store the values as whole numbers and then take an additional step to convert them to their decimal value. Hi aaronw or anyone in the forum that could give me an idea on how do I get the value if the user c...
by VirtuesArios
December 12th, 2022, 10:50 pm
Forum: Entry
Topic: Out of Range !
Replies: 7
Views: 10645

Re: Out of Range !

aaronw wrote: December 12th, 2022, 10:35 am I was able to reproduce the issue and will need to look into it further. My suggestion is to store the values as whole numbers and then take an additional step to convert them to their decimal value.
Thank you aaronw for the suggestion and taking up on this matter.
by VirtuesArios
December 11th, 2022, 10:06 pm
Forum: Entry
Topic: Out of Range !
Replies: 7
Views: 10645

Re: Out of Range !

Thanks sherrell for replying as attach to this thread the dictionary and the valueset image, what I was trying to do is just convert minutes to seconds or (e.g. 15/60 = 0.25) for statistical purposes) so that the Field Interviewer would choose the said answer of the respondent, as you can see in the...
by VirtuesArios
December 10th, 2022, 12:25 am
Forum: Entry
Topic: Out of Range !
Replies: 7
Views: 10645

Out of Range !

Hello CSPro users, just like to share if anybody had the same problems that I have, it has a combo box every time the users choose 20, 25, 40 and 50 it has an "Out of Range Error" 5.11 Male child care (Feeds the children) (Did not do activity) 0.00 15 minutes 0.25 20 minutes 0.33 x 25 minu...