M
Mary
Hi,
I'm trying to calculate a total in my report footer. The amount is coming
from a subreport included in the report. I created a new field in the
subreport called Text19 that calculates =Sum([Weight]). If I run the
subreport by itself it will do the subtotals correctly. I refer to this new
field in my report footer when I try to calculate the total.
If I use the following in my report footer:
=(srpt_MasterBillOfLading!text19) the report will run but the total will
come back 0 (zero).
If I use =sum(srpt_MasterBillOfLading!text19) the report will not run.
Instead it will ask for a Parameter Value. If I put a number in the
parameter value, this is the number that will be displayed on the report.
What am I be doing wrong?
Thanks,
Mary
I'm trying to calculate a total in my report footer. The amount is coming
from a subreport included in the report. I created a new field in the
subreport called Text19 that calculates =Sum([Weight]). If I run the
subreport by itself it will do the subtotals correctly. I refer to this new
field in my report footer when I try to calculate the total.
If I use the following in my report footer:
=(srpt_MasterBillOfLading!text19) the report will run but the total will
come back 0 (zero).
If I use =sum(srpt_MasterBillOfLading!text19) the report will not run.
Instead it will ask for a Parameter Value. If I put a number in the
parameter value, this is the number that will be displayed on the report.
What am I be doing wrong?
Thanks,
Mary