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?
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
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.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.