Hello, community -
I am having difficulty getting a formula I've placed in a text field's "relevant" column (on XLSForm) to work.
I would like the text field ${Inclusions_Other_Desc} to be visible if the user chooses a value in a range question ${Inclusions_Other}. If the user doesn't interact with that range slider (presumably because there are no "Other" inclusions), then the ${Inclusions_Other_Desc} isn't needed, so it'd be hidden. So in it's simplest terms show the text box if the range slider is not null/empty.
When I try the form out, the text field is visible regardless of the ${Inclusions_Other} selection. Here's the formula I have in the ${Inclusions_Other_Desc} 'relevant' column:
not(selected(${Inclusions_Other},''))
I've also tried integer-focused formulas like ${Inclusions_Other}>0 in the relevant column to no avail.
I've read through ESRI's Formulas guidance and focused on the discussions relevant to null/empty values and the unique setup of range questions, but I'm clearly missing something.
Could someone chime in on where I might be off course?
Thank you in advance -
Mason