Forum Discussion

BrianDunk's avatar
BrianDunk
Qrew Cadet
4 months ago

Checking For Null Field on Text Field?

I have the following formula that checks a date field to see if it is null:  If(not IsNull([Coaching_Pipline_Date]), "You have been counseled prior to this conversation on", null) I would like to do...