Ok yall - this one might be a doozt (if at all possible).
CR9
Oracle 8i
I have a main report (no data or tables or select statements) that contains two subreports.
The first subreport list a selection of case #s ({V_NI_RECORD.CASE_CONFIRMATION_NUM}) along with some other fields.
The second subreport lists a selection of case #s ({V_SCH_RECORD.CASE_CONFIRMATION_NUM}) along with some other fields.
Each subreport is pulling data based on the {*.PROCEDURE_DATE_DT} being within the range of currentdate - 7 to currentdate.
There are occasions when the two subreports will both list a duplicate case # from time to time. I am trying to get a count of the unique Case #s from both subreports and display as a total on the main subreport.
-- Andy
CR9
Oracle 8i
I have a main report (no data or tables or select statements) that contains two subreports.
The first subreport list a selection of case #s ({V_NI_RECORD.CASE_CONFIRMATION_NUM}) along with some other fields.
The second subreport lists a selection of case #s ({V_SCH_RECORD.CASE_CONFIRMATION_NUM}) along with some other fields.
Each subreport is pulling data based on the {*.PROCEDURE_DATE_DT} being within the range of currentdate - 7 to currentdate.
There are occasions when the two subreports will both list a duplicate case # from time to time. I am trying to get a count of the unique Case #s from both subreports and display as a total on the main subreport.
-- Andy