Crystal 8.5
Datasource: Advantage SQL
Application: Medical office management software
Creating an A/P Check Log for patient refund payments. Main report has A/P tables to report check information. Invoice number assigned to each refund check is equal to a patient’s account number. Linked a subreport to provide patient ledger specific details associated with each refund.
Main Report
{Payacnt} – to report A/P account name
{Payldgr} – to report Invoice # (equal to patient’s account), Check #, Check Amount, Paid Date
Subreport – linked {Payldgr.Invoice} to {Ledger.Billnum} = Patient’s Account#
{Ledger} – select expert filtering for refund adjustment transactions
{Payhist} – to locate charge transaction the refund was applied to
{Ledger_1} – alias of Ledger cycles back to Ledger table to report Location/Department/Doctor associated with the charge
I want to create subtotals on the Check Log by Location, Department, Doctor associated with charge the refund was applied to. Believe I would need to establish groups on the Main report. Is this possible since the fields reside on the subreport?
Thanks, Ellen
Datasource: Advantage SQL
Application: Medical office management software
Creating an A/P Check Log for patient refund payments. Main report has A/P tables to report check information. Invoice number assigned to each refund check is equal to a patient’s account number. Linked a subreport to provide patient ledger specific details associated with each refund.
Main Report
{Payacnt} – to report A/P account name
{Payldgr} – to report Invoice # (equal to patient’s account), Check #, Check Amount, Paid Date
Subreport – linked {Payldgr.Invoice} to {Ledger.Billnum} = Patient’s Account#
{Ledger} – select expert filtering for refund adjustment transactions
{Payhist} – to locate charge transaction the refund was applied to
{Ledger_1} – alias of Ledger cycles back to Ledger table to report Location/Department/Doctor associated with the charge
I want to create subtotals on the Check Log by Location, Department, Doctor associated with charge the refund was applied to. Believe I would need to establish groups on the Main report. Is this possible since the fields reside on the subreport?
Thanks, Ellen