Subtotals and/or Subreports
I have a report with a GroupHeader, MasterBand, and a GroupFooter. The GroupFooter has a total that displays on a page break when a name changes.
I need another total for a group before the names changes that is displayed in the report. For example, a person can have different functions. Each function would have its own total. That total would not need a page break.
Do I need to do a subreport? Is there another way to do subtotals.
The report does not have a detailband. Do I need to add one?
My description is general. Let me know if I need to post more info.
Will someone point me to some examples of subtotals and/or subreports? The manual says to look at the example in the demo. I don't know where to get that demo. I should be able to figure it out on my own if I see an example.
Any help is appreciated.
I need another total for a group before the names changes that is displayed in the report. For example, a person can have different functions. Each function would have its own total. That total would not need a page break.
Do I need to do a subreport? Is there another way to do subtotals.
The report does not have a detailband. Do I need to add one?
My description is general. Let me know if I need to post more info.
Will someone point me to some examples of subtotals and/or subreports? The manual says to look at the example in the demo. I don't know where to get that demo. I should be able to figure it out on my own if I see an example.
Any help is appreciated.
Comments
Now I need to also total the Activity when that changes. There will be no page break for that total.
Do I need a subreport? Is there another way to do a subtotal? Please offer suggestions? Anything that would steer me in the right direction would be helpful?
Thanks
The report currently looks like this:
add a second group header set condition to the activity field and set its height to 0 if you dont want to see it.
and a second groupfooter for your subtotal
Thanks