Using CR 8.5 and Oracle 9i tables:
I have a table field {ALL_ASSIGNMENTS.Report Format} that can contain a specific text value or is NULL. I can count all the records matching specific data, but the NULL fields are either ignored or give bogus numbers. I have tried with and without the Report Format replace NULLS thing, tried testing for trim({ALL_ASSIGNMENTS.Report Format}) = "", ISNULL({ALL_ASSIGNMENTS.Report Format}), {ALL_ASSIGNMENTS.Report Format} <> "Specific Text", etc. Nothing seems to give a realistic number.
Any other suggestions please?
I have a table field {ALL_ASSIGNMENTS.Report Format} that can contain a specific text value or is NULL. I can count all the records matching specific data, but the NULL fields are either ignored or give bogus numbers. I have tried with and without the Report Format replace NULLS thing, tried testing for trim({ALL_ASSIGNMENTS.Report Format}) = "", ISNULL({ALL_ASSIGNMENTS.Report Format}), {ALL_ASSIGNMENTS.Report Format} <> "Specific Text", etc. Nothing seems to give a realistic number.
Any other suggestions please?