Skip to main content
Nintex Community Menu Bar

Hide a field when other field has content and show field when other field is empty

  • June 24, 2017
  • 2 replies
  • 30 views

Forum|alt.badge.img+2

I'm familiar with the Isnullorempty runtime function for Nintex Forms, however, I have a situation where I want to hide Field B when Field A has content, and show Field B when Field A is empty. Right now, using Hide for Isnullorempty is producing the opposite of what I want.

2 replies

Forum|alt.badge.img+9

Try with !IsnullorEmpty(named controlA) or not(IsnullorEmpty(named controlA)) and test it.


Forum|alt.badge.img+2
  • Author
  • June 25, 2017

That worked! Thank you!!