Multiple visibility rules on a single field? | Community
Skip to main content
Dory_Viscoglio
Level 10
July 8, 2014
Question

Multiple visibility rules on a single field?

  • July 8, 2014
  • 4 replies
  • 1988 views
Does anyone know if it's possible to show/hide a field in forms 2.0 based on values in two fields? In my testing it looks like the below is an OR statement, not an AND statement. Any way to make it based on both fields?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Edward_Masson
Level 10
July 8, 2014
correct, it's an OR statement. Would be nice to have Advanced Logic similar to Smart Lists.
Justin_Cooperm2
Level 10
July 15, 2014
As of the upcoming July release, you'll be able to use "Hide" instead of "Show," which will allow you to achieve this:

Show X if A is not canada AND if B is not true

is equivalent to 

Hide X if A is canada OR if B is true
Edward_Masson
Level 10
July 15, 2014
Nice! Thanks Justin.
November 4, 2014
Thanks, Justin! I just had the same issue and this post solved my problem. Definitely not an intuitive fix - would love for Advanced Logic!