Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chart Summary: Minimums, Maximums, Totals, Averages

Status
Not open for further replies.

JHeimall

MIS
Nov 8, 2002
14
US
I currently have a report with 4 layers of groups. There is a chart in each Group Header depciting the Sums of the Group right below it. So if there is a grouping for year 2005, the chart in that group shows the sums of the data for each of the 12 months. I would like to show summary points of the data which include the maximum month and the minimum month. I was able to grab totals and averages for the chart.

Average - Sum ({tbl_eEventSummary.eEventTotal},{tbl_eEventSummary.eEventYear})/DistinctCount ({tbl_eEventSummary.eEventMonth},{tbl_eEventSummary.eEventYear})
Total - Sum ({tbl_eEventSummary.eEventTotal},{tbl_eEventSummary.eEventYear})

However, the minimums and maximums are causing some trouble since they would be minimums and maximums of summary values which Crystal does not appear to play nice with.

Please let me know if this is not clear enough.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top