Setting an Aggregation on a field will group like rows together based on other columns. Aggregation options are available for Date, Money, Number, and ID fields. By default, no aggregation is selected for any field types. If an Aggregation option is selected for a field, you will find the type of aggregation in parenthesis next to the field.
Follow the steps below to change the aggregation for each field:
Select Reports > Builder.
Use the Show All button to view all custom reports. Or use the Search field to further drill down your search.
Select the Report from the list.
Right-click on the field after it has been dragged onto the Columns area and select the desired option from the Aggregation menu.
Date Field Aggregation:
No Aggregation: Displays all of the dates the patient has.
Maximum: Displays the most recent date.
Minimum: Displays the earliest date.
Money Field Aggregation
No Aggregation: Displays all of the amounts.
Sum: Displays the summation (total) of the values.
Average: Displays the average of the values.
Maximum: Displays the largest value.
Minimum: Displays the smallest value.
Check Your Understanding:
Notice the two like rows have been grouped together based on the non-aggregated fields and the Charge Amount is now reporting the average value for the grouped like rows. The last row on the report was not grouped with the first two rows because the Claim ID value was different (i.e. this charge was associated with a separate claim).
Number Field Aggregation
No Aggregation: Displays all of the values.
Sum: Displays the summation (total) of the values.
Average: Displays the average of the values.
Count All: Displays the count of all occurrences of the value.
Count Unique: Displays the count of all unique occurrences of the value.
Maximum: Displays the largest value.
Minimum: Displays the smallest value.
Check Your Understanding:
Notice that the two like rows have been grouped together based on the non-aggregated fields and the Charge Units is now reporting the summed value for the grouped like rows. The last row on the report was not grouped with the first two rows because the claim ID value was different (i.e. this charge was associated with a separate claim). The Charge Units field now represents the total number of units billed on the claim regardless of the number of line items.
ID Field Aggregation
No Aggregation: Displays each occurrence of the value.
Count All: Displays the count of all occurrences of the value.
Count Unique: Displays the count of all unique occurrences of the value.
Check Your Understanding:
Notice that the two like rows have been grouped together based on the non-aggregated fields and the Charge ID is now reporting a count of the unique values in the Claim ID field for the grouped like rows. The last row was not grouped with the first two rows because the Claim From Date value was different. This is because the charge was associated with a separate claim. The Charge ID field now represents the total count of unique charges (or line items) for each claim.