Application Development and Automation 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: 
Read only

Using average in rpt

Former Member
0 Likes
440

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
Read only

JozsefSzikszai
Active Contributor
0 Likes
405

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

Read only

0 Likes
405

ya but number of persons in each group will differ

Read only

0 Likes
405

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