Select to view content in your preferred language

Conditional Visibility if another field is blank

299
1
01-25-2023 12:20 PM
JasonCyphers
Frequent Contributor

Want to create an expression that only makes field B visible if field A is blank/null/empty.

Is that possible?  If so, what would the expression look like?

0 Kudos
1 Reply
jcarlson
MVP Esteemed Contributor

When you configure your form, the simple expression builder should be able to handle it.

jcarlson_0-1674679876091.png

And in Arcade, that's:

IsEmpty($feature["some_field"])

firefox_WL4w9O6ROh.gif

  

- Josh Carlson
Kendall County GIS
0 Kudos