Absolute Value
Row Returns the absolute value of a number. The absolute value of a number is the number with a positive value.
Argument | Description |
---|---|
metric | The metric for which you want to calculate the absolute value. |
Column Maximum
Returns the largest value in a set of dimension elements for a metric column. MAXV evaluates vertically within a single column (metric) across dimension elements.
Argument | Description |
---|---|
metric | Requires at least one metric but can take any number of metrics as parameters. |
include_zeros | Whether or not to include zero values in the calculations. |
Column Minimum
Returns the smallest value in a set of dimension elements for a metric column. MINV evaluates vertically within a single column (metric) across dimension elements.
Argument | Description |
---|---|
metric | Requires at least one metric but can take any number of metrics as parameters. |
include_zeros | Whether or not to include zero values in the calculations. |
Column Sum
Adds all numeric values for a metric within a column (across the elements of a dimension).
Argument | Description |
---|---|
metric | Requires at least one metric but can take any number of metrics as parameters. |
Count
Table Returns the number, or count, of non-zero values for a metric within a column (the number of unique elements reported within a dimension).
Argument | Description |
---|---|
metric | The metric you want to count. |
Exponent
Row Returns e raised to the power of a given number. The constant e equals 2.71828182845904, the base of the natural logarithm. EXPONENT is the inverse of LN, the natural logarithm of a number.
Argument | Description |
---|---|
metric | The exponent applied to the base e. |
Mean
Table Returns the arithmetic mean, or average, for a metric in a column.
Argument | Description |
---|---|
metric | The metric for which you want to calculate the average. |
include_zeros | Whether or not to include zero values in the calculations. |
Median
Table Returns the median for a metric in a column. The median is the number in the middle of a set of numbers. That is, half the numbers have values that are greater than or equal to the median, and half are less than or equal to the median.
Argument | Description |
---|---|
metric | The metric for which you want to calculate the median. |
include_zeros | Whether or not to include zero values in the calculations. |