Ending Check box selection

Discussions about CSEntry
Post Reply
lodiatic
Posts: 4
Joined: February 22nd, 2016, 8:39 pm

Ending Check box selection

Post by lodiatic »

Hi, I'm a starter and I was working on check box.
For exemple in CAPI when I've 5 possible responses and the interviewee give only 3. When I check 3 and I want to pass in other question the App refuse with an error msg.
WARNING! Out of range Accept this case values for...
pleas help me.
Excuse me for my bad english I'm a french
josh
Posts: 2403
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Ending Check box selection

Post by josh »

You can use the length() function in the postproc of your field. Assuming that your value set for the checkbox item has codes that are 1 character long then the length of the checkbox field is the same as the number of items selected.
Post Reply