Forum Discussion
EvanMartinez
7 years agoModerator
Hi Pushpakumar,
If you are looking for the right function to evaluate if a date field is null (blank) I most often make use of:
IsNull([Date])
This will return whether a date field is blank or has been given a value and can be plugged into longer formulas for that evaluation. I hope this information is helpful.
If you are looking for the right function to evaluate if a date field is null (blank) I most often make use of:
IsNull([Date])
This will return whether a date field is blank or has been given a value and can be plugged into longer formulas for that evaluation. I hope this information is helpful.