On a report, with a subreport, I am using the HasData expression to pull the value from a control on the subreport onto the main report.
=IIf([Consultation Subreport].[Report].[HasData]=-1,[Consultation Subreport].[Report]![TotalFee],0)
In the report footer there is a series of grand totals, and the users would like to have a grand total for the field off of the subreport. I tried using the name (RefTotalFee) of the HasData field, but that doesn't work. I also tried making a copy of the field, putting it in the footer, and putting a runningsum over all on it - but this doesn't work either. Is there anything I can do?
Thanks in advance.
=IIf([Consultation Subreport].[Report].[HasData]=-1,[Consultation Subreport].[Report]![TotalFee],0)
In the report footer there is a series of grand totals, and the users would like to have a grand total for the field off of the subreport. I tried using the name (RefTotalFee) of the HasData field, but that doesn't work. I also tried making a copy of the field, putting it in the footer, and putting a runningsum over all on it - but this doesn't work either. Is there anything I can do?
Thanks in advance.