When I filter on a date, how do include NULL dates in the filter.
Example, I filter for all dates less than or equal to 2/1/2010, but records with a NULL date in that colulmn are also being returned. I want to just return records whose dates are less than or equal to 2/1/2010 and NOT NULL.