Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using average in rpt

Former Member
0 Kudos

For a report i need to calculate average of salary among groups.I have taken sum of those salaries according to group using control break stmts.But i dont know how to find average.Pls help me in this.

3 REPLIES 3

JozsefSzikszai
Active Contributor
0 Kudos

you have to claculate somehow, the number of 'salaries' you add and divide by that number...

0 Kudos

ya but number of persons in each group will differ

0 Kudos

exactly, this is what I tell: calculate the number of persons per group.