Aggregation Functions
Aggregation functions are statistical functions that are used with a set of values. They return one value that is characteristic of such set.
The following aggregation functions are listed in the table below:
Aggregation kind | Comment | ||||||
---|---|---|---|---|---|---|---|
• | • | It sums up values of all cells in the column. | |||||
• | • | • | • | • | • | It displays total number of records in the data set, including null records and records without a value (<null> ). |
|
• | • | • | • | • | • | It shows the minimum value by column. The null records are not included into the aggregation, with the exception of <null> are not included into the aggregation. |
|
• | • | • | • | • | • | It shows the maximum value by column. For |
|
• | • | It shows the average value of all column cells. The fields that are not empty and <null> are included into calculations. |
|||||
• | • | It shows the median value by column. The fields that are included into the aggregation are as for the Average aggregation. | |||||
• | • | It shows the mean-square deviation by column. The fields that are included into the aggregation are as for the Average aggregation. | |||||
• | • | • | • | • | • | It displays the count of unique record values. The records with the null value, with <null> value or the value that does not match the data type are not taken into account in the calculation process. With the exception of <null> value are not taken into account. |
|
• | • | • | • | • | • | It displays the number of records with the null values, <null> value or the values that do not match the data type. With the exception of <null> value are considered to be null. |
|
• | • | • | • | • | • | It shows the value of the first record in the data set. | |
• | • | • | • | • | • | It shows the value of the last record in the data set. |
Note: The Variable Data type
follows the aggregation method of the data type that has been selected in the wizard before.