tnguyen315
MIS
I have a main report and subreport share parameter
main report:
PH
RH:suppressed
GH: table1.provider - suppressed
Detail: suprressed
GH...get all total
RF: suppressed
PF
Report...Select formulas...record
{table1.clinic} = {?Clinic} and
{table1.procudure_date} >= {?Beg Date} and
{table1.procudure_date} <= {?End Date} and
{table1.status} =102
Subreport:
PH:suppressed
RH:suppressed
Detail: suprressed
RF: count of table1.codeid(number), sum of @fee(Number)
PF: suppressed
Report...Select formulas...record
{table1.clinic} = {?Clinic} and
{table1.procudure_date} >= {?Beg Date} and
{table1.procudure_date} <= {?End Date} and
{table1.status} =90 and {table1.or} =1 and {table1.class} =1
Result:
Count Fee
CHIP: 15 $900
Medicaid: 20 $755
Copay : 25 (from subreport) $250 (from subreport)
--------------------------------------------------------
Total: 60 $1,905
I need help on the share variables from subreport (copay count 25, and fee: $250) to get the grand total on the main report.
Please help, i'm very appreciated.
Thank you very much.
main report:
PH
RH:suppressed
GH: table1.provider - suppressed
Detail: suprressed
GH...get all total
RF: suppressed
PF
Report...Select formulas...record
{table1.clinic} = {?Clinic} and
{table1.procudure_date} >= {?Beg Date} and
{table1.procudure_date} <= {?End Date} and
{table1.status} =102
Subreport:
PH:suppressed
RH:suppressed
Detail: suprressed
RF: count of table1.codeid(number), sum of @fee(Number)
PF: suppressed
Report...Select formulas...record
{table1.clinic} = {?Clinic} and
{table1.procudure_date} >= {?Beg Date} and
{table1.procudure_date} <= {?End Date} and
{table1.status} =90 and {table1.or} =1 and {table1.class} =1
Result:
Count Fee
CHIP: 15 $900
Medicaid: 20 $755
Copay : 25 (from subreport) $250 (from subreport)
--------------------------------------------------------
Total: 60 $1,905
I need help on the share variables from subreport (copay count 25, and fee: $250) to get the grand total on the main report.
Please help, i'm very appreciated.
Thank you very much.