CR 8.5
OK I have a database where the selection field I want to use <Open> to limit my records has 3 possible values. Y, N, or empty.
I am using the convert null values to default to make my life a lot easier on some math related formulas elsewhere in the report.
I want to limit the selection criteria of the report to all records where <Open> <> "Y".
When I use <Open> <> "Y" as the criteria I get only those records where the value in the field is "N" none of the empty fields.
When I use Isnull(<Open>) no records at all are returned.
When I use <Open> = "" No records are returned, same for " ".
Any ideas on how I can have the records returned?
Thanks again as always.
OK I have a database where the selection field I want to use <Open> to limit my records has 3 possible values. Y, N, or empty.
I am using the convert null values to default to make my life a lot easier on some math related formulas elsewhere in the report.
I want to limit the selection criteria of the report to all records where <Open> <> "Y".
When I use <Open> <> "Y" as the criteria I get only those records where the value in the field is "N" none of the empty fields.
When I use Isnull(<Open>) no records at all are returned.
When I use <Open> = "" No records are returned, same for " ".
Any ideas on how I can have the records returned?
Thanks again as always.