Survey 123 Cascading Selects - Normalise Options

2965
11
05-30-2017 08:51 PM
CallumSmith2
Occasional Contributor

Hi 

Please consider the following scenario for Survey 123 Cascading Selects.

Question 1 

Category with 2 options A, B

Question 2

Group with 4 options 1, 2, 3, 4

If the user selects A for question 1 then the valid options are 1, 2, 3 for Question 2

If the user selects B for question 1 then the valid options are 2, 3, 4 for Question 2

I know this can be done with cascading selects but the "entries" for 2 and 3 have to be duplicated like this

list_namenamelabelcategory

category

AA
categoryBB
group11A
group22A
group33A
group22B
group33B
group44B

It would be nice if this could be achieved without having to duplicate the options for the group question? i.e. Normalised. Is this possible?

E.G.

list_namenamelabelcategory
categoryAA
categoryBB
group11A
group22A,B
group33A,B
group44B

How do we allow the options for the group to be allowed in 2 (or more) categories?

cheers

Callum

0 Kudos
11 Replies
JamesTedrick
Esri Esteemed Contributor

Yes, it won't work with select_multiples as you would need separate out the choice.  You might be able to extend this with some calculate fields to separate out the choices into hidden fields for evaluations, but that would start being a really complicated work-around.

AndrewHansford
Occasional Contributor II

Hi JTedrick-esristaff‌ Thanks for this, I will tinker around but dont want to spend to much time on a work around, what you have provided me in the first instance should work. Cheers

0 Kudos