2007 Nov 15 12:59 PM
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.
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.
2007 Nov 15 1:27 PM
you have to claculate somehow, the number of 'salaries' you add and divide by that number...
2007 Nov 15 1:28 PM
2007 Nov 15 1:39 PM
exactly, this is what I tell: calculate the number of persons per group.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |