Aggregate Functions
Aggregate functions perform operations across columns.
CRM Analytics supports the following aggregate functions.
-
Takes the average of row values in a given column.
-
Returns the number of rows that match a specified condition in a column.
-
Returns the lowest row value in a numeric column.
-
Returns the highest row value in a numeric column.
-
Returns the sum of all rows values in a numeric column.
-
Returns the population standard deviation of the values in a field. Accepts measure fields as input. This function does not accept expressions.
-
Returns the standard deviation of values in a field. Accepts measure fields as input. This function does not accept expressions.
-
Returns the population variance of the values in a field. Accepts measure fields as input. This function does not accept expressions.
-
Returns the sample variance of the values in a field. Accepts measure fields as input. This function does not accept expressions.
-
Returns the y-intercept value of a regression line.
-
Returns the slope of a regression line between two numerical fields.
-
Returns the R-squared, or goodness-of-fit value for a regression.
-
Calculates a percentile based on a continuous distribution of the column value.
-
Returns the value corresponding to a given percentile. Accepts measure fields as input.