How to lookup date field w/ null value?
Hello,
I am trying to execute a DQML query to get listings where field "L_ClosingDate" (representing the listings sold date) is either null or greater than 1 year ago.
(L_ClosingDate=2020-07-01T00:00:00+) This is the query for "where L_ClosingDate is greater than 1 year ago".
How do I write the query to also check "or where L_ClosingDate is null" ?
Comments