Performing Calculations Within a Report You can also apply an aggregate to certain fields. Aggregates provide summaries of the available rows and columns of collected data in the Reporter database. Depending on the type of field you are working with, the available aggregates are: Aggregate description Average Available for numeric fields, and averages all values in that field Count Counts each incidence of the selected field. For example, counting the version number would tell you the number of times each version number appeared. Distinct Count Counts each unique incidence of the selected field. For example, applying a distinct count to version number would tell you how many different versions you found. Distinct Maximum Returns the unique largest value for the selected field. Min Returns the smallest value for the selected field Max Returns the largest value for the selected field Sum Adds up the values in the selected field To add an aggregate to a numeric field • Right-click the field and select the aggregate