Display condition when two selected values in checkbox

In my survey app I have some questions that have to display when options 1, 2, and or 3 from a multiple choice question are checked, however, the question does not appears when more than one box is checked. Why is this and how can I fix it?

Hi Mercedes,

You'll need to use the selected
https://confluence.dimagi.com/display/commcarepublic/CommCare+Functions#CommCareFunctions-selected
or
count-selected
https://confluence.dimagi.com/display/commcarepublic/CommCare+Functions#CommCareFunctions-count-selected
function in order to check this. The reason is because when you have a
multi-select question the answers are stored as a space separated list (IE
'1 2 3') so simply checking equality doesn't work.

Cheers,
Will

ยทยทยท On Sat, Jul 22, 2017 at 6:46 PM, Mercedes Aguerrebere < meraguerrebere@gmail.com> wrote:

In my survey app I have some questions that have to display when options
1, 2, and or 3 from a multiple choice question are checked, however, the
question does not appears when more than one box is checked. Why is this
and how can I fix it?

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.