ChrisSedgwick
Registered User.
- Local time
- Today, 17:08
- Joined
- Jan 8, 2015
- Messages
- 119
Hi,
Is there a way I can sum a calculated field on a report?
I have a report that calculates the cost of miles travelled. Under the Detail section is a text box which totals the miles using
However, I'm looking for a way I can include a text box in the Report Footer that total each of the above fields.
Is this possible?
Is there a way I can sum a calculated field on a report?
I have a report that calculates the cost of miles travelled. Under the Detail section is a text box which totals the miles using
Code:
=Sum([Appointed Charge]
However, I'm looking for a way I can include a text box in the Report Footer that total each of the above fields.
Is this possible?