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.
Page 1 / 1
Try with !IsnullorEmpty(named controlA) or not(IsnullorEmpty(named controlA)) and test it.
That worked! Thank you!!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.