Xbasic
PAGE_AVERAGE Function
Syntax
Result as N = page_average(C expr )
Arguments
- expr
The fully qualified fieldname (i.e. tablename->fieldname )
Returns
- ResultNumeric
The average of a field's entries on a report page.
Description
PAGE_AVERAGE() calculates an average value of a field's entries on a report page. This function can only be used on a report page.
Example
? page_average(product->cost) = 1.33
See Also