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


Badge +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

Badge +9

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

Badge +2

That worked! Thank you!!

Reply