I have 4 Fields from a query in a report.
[Name][#Contacts][#NonProductiveContacts] [ContactRate]
All the fields come from a query. Contact Rate is a Query calculation. In Name footer =Sum[#Contacts]and =Sum[#NonProductiveContacts] for totals. I need an average of all the rates in this footer and a grand average in the Report footer. The calculation I am trying is =(Sum([#Contacts]))/((Sum[#Contacts])+(Sum([#NonProductiveContacts]))). Please help.
[Name][#Contacts][#NonProductiveContacts] [ContactRate]
All the fields come from a query. Contact Rate is a Query calculation. In Name footer =Sum[#Contacts]and =Sum[#NonProductiveContacts] for totals. I need an average of all the rates in this footer and a grand average in the Report footer. The calculation I am trying is =(Sum([#Contacts]))/((Sum[#Contacts])+(Sum([#NonProductiveContacts]))). Please help.