Solved

Disable a field based on Calculated Field

  • 21 December 2021
  • 3 replies
  • 25 views

Badge +8

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

icon

Best answer by michaela 22 December 2021, 01:34

View original

3 replies

Badge +8
Perhaps not? Anyone have any suggestions?
Badge +7

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


 


not(isNullOrEmpty(myCalcField))

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

Reply