Survey123 Overlapping Cascading Select

303
1
08-01-2020 04:22 PM
Billy
by
Occasional Contributor II

Hi,

Is it possible to create cascading select in Survey123 with overlapping option?

The image shows choices.

As the image shows there are multiple options that have overlapping options when filtered. This is the code that I add to the "choice_filter" column:

single_polemount=${transformer_type} or

three_polemount=${transformer_type} or

single_padmount=${transformer_type} or

three_padmount=${transformer_type}

0 Kudos
1 Reply
by Anonymous User
Not applicable

Hi Billy,

No, the choice_filter column does not support expressions, so you can not use or statements as you have shown above. The choice_filter must point to only one choice_filter column in the choices sheet.

Regards,

Phil.

0 Kudos