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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula's to average group 1

Status
Not open for further replies.

ajdesigns

Technical User
Jan 26, 2001
154
GB
How/where do I enter a formula to average,show min/max numbers in a group.I have tried to put the formula in the group header/footer but if the report consists of say 5 groups it enters the same results for every group.
 
If you are using a formula, you need to add the group field to it, as in:

average({table.number},{table.group})

However, you should be able to right click on {table.number}, choose insert summary, and select average (or minimum or maximum). Any of these will display correctly in the group header or footer. If you tried using a running total to create these summaries, it would only evaluate correctly in the group footer.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top