| DBAverage -- Average a field's value |
DBAverage(field-name) |
| Performing Calculations |
|
To calculate the average of all of the numeric contents of a specific database field, use the DBAverage function. Supply the name of a numeric field and put the result into a container.
|
put DBAverage("SALARY") into avgSalary
|
| DBSum, DBCountMatches |
|
N/A
|