Hello,
I am having issues with a sub-report.
My main report looks like this:
GH#1a: Group#1 Name (Visit Provider)
GH#1bName)(MRN)(ApptTime)(CompletedAppt)(Canceled)(NoShow)(LWOBS) (Those are just field headers)
GH#2: (Supress)
Details:{Name}{MRN}{Apptime}{CompletedAppt}{Canceled}{NoShow}{LWOBS}
GF#2B: Group#2 Name (PRC Name) DistinctCount{Patient}
GF#1B: {Subreport}
The subreport is just a distinct count of the patients that are rescheduled:
everything is suppress but:
GF#1: DistinctCount{Patient}
it is grouped by Visit Provider.
I have the subreport linked
{PAT_RESCHED.VISIT_PROV_ID} = {?Pm-PAT.VISIT_PROV_ID}
and
{PAT_RESCHED.PATIENT} = {?Pm-PAT.PATIENT}
When I run just the subreport I get the correct count.
But when i run it with in the main report I get nothing.
Can someone please help me?
Thanks
I am having issues with a sub-report.
My main report looks like this:
GH#1a: Group#1 Name (Visit Provider)
GH#1bName)(MRN)(ApptTime)(CompletedAppt)(Canceled)(NoShow)(LWOBS) (Those are just field headers)
GH#2: (Supress)
Details:{Name}{MRN}{Apptime}{CompletedAppt}{Canceled}{NoShow}{LWOBS}
GF#2B: Group#2 Name (PRC Name) DistinctCount{Patient}
GF#1B: {Subreport}
The subreport is just a distinct count of the patients that are rescheduled:
everything is suppress but:
GF#1: DistinctCount{Patient}
it is grouped by Visit Provider.
I have the subreport linked
{PAT_RESCHED.VISIT_PROV_ID} = {?Pm-PAT.VISIT_PROV_ID}
and
{PAT_RESCHED.PATIENT} = {?Pm-PAT.PATIENT}
When I run just the subreport I get the correct count.
But when i run it with in the main report I get nothing.
Can someone please help me?
Thanks