Dates
Date Empty or Today?
or(formatDate(prop("Date"), "L") == formatDate(now(), "L"), empty(prop("Date")))
or(
If either of the next two arguments are true, display a checked box.
formatDate(prop("Date"), "L") == formatDate(now(), "L")
The
Date
field in a MM/DD/YYY
format equals the current date is a localised DD/MM/YYY
format.empty(prop("Date"))
The
Date
property is empty.Filtered View
Status
Is Not
Status 1
And
Date Empty or Today?
Is
☑️