I want to suppress certain data if the date falls outside the date range parameter, or if the date field is null. Why is this not suppressing properly?
isnull({@DateRejected}) and {?Date Received} <> {@DateRejected}
I can't use selection expert to exclude these results because other data from the results needs to remain in the report.
The two rows of data shown should be suppressed; one is null, and the other is outside the date range 4/1/17 - 6/30/17.