aggregate value
The result of applying an aggregate function to a set of data rows. For example, a set of data rows has a field, SPEED, which contains values: 20, 10, 30, 15, 40. The aggregate expression, max([SPEED]), produces the aggregate value, 40, which is the maximum value for the field.
Related terms
aggregate expression, aggregate function, data row, field, value

Additional Links:

Copyright Actuate Corporation 2012