Hello,
I'd like to set my form up so that conditional visibility is possible for more then one field.
Currently, I'm using an "Index Of" expression, so that the field will only be visible when one of the conditions is met.
Here is the code: IndexOf(["Not Accessible", "Not In Field"], DomainName($feature,"Inspection_Status")) >= 0
I'd like to be able to add to this expression so that I can reference more than one feature, but I haven't had any luck. Does anyone have any suggestions?