E
Eric
I'm developing a report that forecasts revenue for a job
by quarter over the duration of the job. The duration
may be more than a year.
I've successfully created a Report/subreport that shows:
Job# Year 1stQ 2ndQ 3rdQ 4thQ
1234 2003 0 0 0 100
2004 100 50 200 50
2005 150 0 0 0
The Job# is in the main report and the year/quarters are
the subreport. They in the Detail level. This all works
dandy.
Now I need to report totals summing the activity by year
for each quarter. I need to do this in group and report
footers. I've tried cloning the Detail level subreport
and changing the textboxes for each quarter to be sums.
I've tried setting the Running Sum property to "On
Group". I've tried doing it explicitly with =sum
([Q1Revenue]), etc. At best, I'm getting a sum that is
only only has the last detail line reported before the
group footer. At worst, the report hangs during
formatting and I have to break out of it.
Any advise on how to get sums working in this application
would be greatly appreciated....Eric
by quarter over the duration of the job. The duration
may be more than a year.
I've successfully created a Report/subreport that shows:
Job# Year 1stQ 2ndQ 3rdQ 4thQ
1234 2003 0 0 0 100
2004 100 50 200 50
2005 150 0 0 0
The Job# is in the main report and the year/quarters are
the subreport. They in the Detail level. This all works
dandy.
Now I need to report totals summing the activity by year
for each quarter. I need to do this in group and report
footers. I've tried cloning the Detail level subreport
and changing the textboxes for each quarter to be sums.
I've tried setting the Running Sum property to "On
Group". I've tried doing it explicitly with =sum
([Q1Revenue]), etc. At best, I'm getting a sum that is
only only has the last detail line reported before the
group footer. At worst, the report hangs during
formatting and I have to break out of it.
Any advise on how to get sums working in this application
would be greatly appreciated....Eric