aussie_user
Registered User.
- Local time
- Today, 23:39
- Joined
- Aug 6, 2002
- Messages
- 32
Hi,
I'm am trying to figure out how to do calculations for fields in a report. I've managed to get my report to show
Consultant
Project GrantAmount ConsultantFee
Data Data Data
Data Data Data
------------------------------------------------------------------
Total for Consultant
="Total for " & [Consultant] & ":" =Sum([GrantAmount]) =Sum([ConsultantFee])
My problem is the Sum for Grant Amount works and provides the appropriate total but the Sum of the Consultant Fee does not provide a total. Is there a limit to one sum per footer? I was also thinking of adding another field to calculate the percentage but want to make sure I get the Consultant Fee Total working first.
Thanks
I'm am trying to figure out how to do calculations for fields in a report. I've managed to get my report to show
Consultant
Project GrantAmount ConsultantFee
Data Data Data
Data Data Data
------------------------------------------------------------------
Total for Consultant
="Total for " & [Consultant] & ":" =Sum([GrantAmount]) =Sum([ConsultantFee])
My problem is the Sum for Grant Amount works and provides the appropriate total but the Sum of the Consultant Fee does not provide a total. Is there a limit to one sum per footer? I was also thinking of adding another field to calculate the percentage but want to make sure I get the Consultant Fee Total working first.
Thanks