Forum Discussion
- EvanMartinezQuickbase StaffHi 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. - PushpakumarGna1Qrew Assistant CaptainHi Evan,
Thanks a lot. That worked. I was unaware of the function IsNull . Just trying my luck with Nz
Thanks