survey123 "there should be choice for this question"

1608
2
03-07-2017 04:21 PM
JenniferCasey1
New Contributor III

When I try to save the attached form I get the error "there should be choice for this question." I have successfully replicated the samples online, but I must be missing something. Anyone know what I am doing wrong? 

0 Kudos
2 Replies
MarikaVertzonis
Esri Regular Contributor

Hi Jennifer

A couple of things are happening here

1) you need to switch the choice_filter expression around ie: FacilityType=${Facility}

2) you can not use or_other (note the underscore, that was missing in your form too) in a cascading select. You would need to incorporate 'other' as an option in your choice list. To mimic the behavior of the or_other option and have an additional question appear on the form when Other is selected, create a question with a relevance dependent on the value of the select_one or select_multiple question.

Regards Marika

JenniferCasey1
New Contributor III

thank you,  I tried so many different combinations of code, but I didn't realize I couldn't use "and other."  It works perfectly now.

0 Kudos