Language for Relevancy Questions

660
1
Jump to solution
10-10-2017 01:59 PM
KaraHarmet
New Contributor III

Hi All,

I am unsure about the language to use in the relevancy field. I have a select multiple field. I would like text fields to appear if certain choices are selected. The text fields don't appear if you select more than one. How do I solve this issue? I would like each respective field to show up when the choices are selected (sometimes multiple fields at a time).

Please let me know if I need to clarify further.

Thanks,

Kara

0 Kudos
1 Solution

Accepted Solutions
NickDierks
New Contributor III

You'll want to use "selected()", as in: selected(${AggregateType}, '112'}. This will allow the text field to display whenever that value is selected, regardless of what other values may also be selected.

Check out this help article on relevant expressions for further information: http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrelevant.htm

View solution in original post

1 Reply
NickDierks
New Contributor III

You'll want to use "selected()", as in: selected(${AggregateType}, '112'}. This will allow the text field to display whenever that value is selected, regardless of what other values may also be selected.

Check out this help article on relevant expressions for further information: http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformrelevant.htm