Using CR11.5.
I'm linking 2 tables and the secondary table can have more than 1 row. I need to display some fields in this secondary table ONLY IF a field (defined as a datetime) is null and not sure how to go about this. I tried simply adding this condition into the SELECT statement, but the report then returns 0 records. Take this out and the report returns many records (as it should), however, of course some of the fields I need aren't there.
Any help is much appreciated!
I'm linking 2 tables and the secondary table can have more than 1 row. I need to display some fields in this secondary table ONLY IF a field (defined as a datetime) is null and not sure how to go about this. I tried simply adding this condition into the SELECT statement, but the report then returns 0 records. Take this out and the report returns many records (as it should), however, of course some of the fields I need aren't there.
Any help is much appreciated!