Skip to main content

This feels like an incredibly easy answer but I can't seem to find it. Basically I want to disable a panel based on if a calculated field is NOT empty. I can do it if it has certain data can do it if it's  empty but I can't figure out how to do if it has any data in it 

 

I'm sure this is going to be the easiest question ever answered. Thanks in advance

Perhaps not? Anyone have any suggestions?

If you can get it to work when when it's empty, then simply negate the logic with the not() function:



 



not(isNullOrEmpty(myCalcField))


Perfect thank you Michaela! Simple solution staring me in the face.

Reply