Set field visibility dependent on checkbox result

Hello,

New Sugar Admin user. Been hunting for resolution but all examples I can find seem to be for dropdown lists rather than checkbox field result.

Have entered formula below into for date field type so it reveals itself if the checkbox field Intensive Case is ticked:

equal($intensive_case_c,"TRUE")

Result: The date field is still visible and when the Intensive Case is ticked, it then disappears.

So I tried:

equal($intensive_case_c,"FALSE")

Same result as above.

Thanks very much

Parents Reply Children