Overview
[top]
One of the first things that you may notice when building a report is that your data is at too low a level. For example you may want to know the total revenue for a year but the report is bringing back every transaction for the years selected. In this example you need to aggregate the data in your report. You need to sum revenue for the year.
Unable to render embedded object: File (aggregated.png) not found.
Yellowfin includes standard aggregation functions (sum, count, average, minimum, maximum and percentage) that enable you to make quick calculations on the data in reports. The choice of metric applied is determined by the aggregation menu buttons.
Unable to render embedded object: File (advfn.png) not found. |
Advanced Functions (See [Advanced Functions] for more information) |
Unable to render embedded object: File (sum.png) not found. |
Sum of all values returned |
Unable to render embedded object: File (count.png) not found. |
Count of the Number of items returned |
Unable to render embedded object: File (countdistinct.png) not found. |
Count of the Number of Distinct items returned |
Unable to render embedded object: File (max.png) not found. |
Maximum value returned |
Unable to render embedded object: File (min.png) not found. |
Minimum value returned |
Unable to render embedded object: File (avg.png) not found. |
Average value of the items returned |
Unable to render embedded object: File (clear.png) not found. |
Clear Aggregation or function |
Changing Aggregation
[top]
To change a metric aggregation, complete the following:
- Move your cursor over the metric object in the box and click on the metric name. The item will now be highlighted.
- Now select the aggregation type that you wish to apply - you will notice that the icon on the left hand side of the measure object will be updated with a new icon to indicate the aggregation applied.
Unable to render embedded object: File (removeAgg.png) not found.
Removing Aggregation
[top]
To remove an aggregation or advanced function from a field, do one of the following:
- Reset the calculation by selecting the metric and clicking the clear link.
- Remove the measure from the report entirely by dragging it out of the columns section.
[top]