Avatar

Level 1

Hi,

I am trying to hide a signature field if the value of another calculated field is less than a certain value.  I am attempting to use:

 

if (TotalRelUpper.rawValue<150) then

signature.presence="invisible"

endif

If I put this formcalc statement in the click section of the calculated field, the signature field presence will change state, but I want it to automatically change state based on the calculated value.

Ideas appreciated.

Thanks!