I am really new to Crystal Reports and I am looking for any suggestions on how to approach the following issue:
I currently have a report that uses a record selection to limit the results by date. I would like to include in this same report a summary a total count of all the records (ignoring the record restriction). Unfortunately (although somewhat expected), the summary calculates the total after the record restriction is applied. Is there any way to get around this? In case my question is a bit unclear I've included a generic example below:
- I have a report that pulls info from a database with a total of 10 records.
- I select a specific date range, and it only returns 3 records
- I would like to include in the report footer that 3/10 records are getting returned.