isnull({table.date})
or
{table.date} < cdate(1900,1,1)
I use the second part because I don't know your Crystal version or the database being used, much less the format of this date when potentially null or blank, these things vary depending upon the environment and settings. Note that null checks must be performed first.
I'm guessing that you're new to computers, so please understand that software versions and in this case the database being used are critical to understanding the implementation.
I have a list of items that have a completion date field. I am trying to suppress the items where the completion date field is still empty, I want to see outstanding items only.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.