0

Test on empty date field failed
Hello,
how can I test if a date field is empty? I used the following commands but they both returned “false”:
“Date field” = “”
“Date field” = 0
I managed with a workaround but it doesn“t seem correct to me:
number(”Date field“) = 0
Thank you very much
Like Follow
4replies