Hello,
As an example let's say I have query that produces these results for one person:
Name Days Money
Bill 0 10
Bill 2 20
Bill 0 50
Bill 1 30
Bill 3 40
The report is sorted and grouped by Name with a header and footer for each Name. In the footer I would like to see something like this:
Totals: 0 Days = 2 Days > 0 = 6
Money: 60 90
How can I do this on the report? Or is there a better way to break it up in the query first? Thanks in advance.
As an example let's say I have query that produces these results for one person:
Name Days Money
Bill 0 10
Bill 2 20
Bill 0 50
Bill 1 30
Bill 3 40
The report is sorted and grouped by Name with a header and footer for each Name. In the footer I would like to see something like this:
Totals: 0 Days = 2 Days > 0 = 6
Money: 60 90
How can I do this on the report? Or is there a better way to break it up in the query first? Thanks in advance.