BrianFawcett
Registered User.
- Local time
- Today, 07:25
- Joined
- May 3, 2010
- Messages
- 63
I currently am designing a report that has for a report footer a count of records and a sum of the $ for the records.
=Count([Date Received])
=Sum([Old Hardsales])
I want to created subtotals on each of these field by the status of the records: NEW, PENDING, CLOSED.
Right now the report is grouped by Sales Organization so this counts and totals are not obvious.
How do I write the text boxes to create these totals?
=Count([Date Received])
=Sum([Old Hardsales])
I want to created subtotals on each of these field by the status of the records: NEW, PENDING, CLOSED.
Right now the report is grouped by Sales Organization so this counts and totals are not obvious.
How do I write the text boxes to create these totals?