Absolute Value

Effect ABSOLUTE VALUE(metric)

Row Returns the absolute value of a number. The absolute value of a number is the number with a positive value.

ArgumentDescription
metricThe metric for which you want to calculate the absolute value.

Column Maximum

Effect COLUMN MAXIMUM(metric, include_zeros)

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.

ArgumentDescription
metricRequires at least one metric but can take any number of metrics as parameters.
include_zerosWhether or not to include zero values in the calculations.

Column Minimum

Effect COLUMN MINIMUM(metric, include_zeros)

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.

ArgumentDescription
metricRequires at least one metric but can take any number of metrics as parameters.
include_zerosWhether or not to include zero values in the calculations.

Column Sum

Effect COLUMN SUM(metric)

Adds all numeric values for a metric within a column (across the elements of a dimension).

ArgumentDescription
metricRequires at least one metric but can take any number of metrics as parameters.

Count

Effect COUNT(metric)

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).

ArgumentDescription
metricThe metric you want to count.

Exponent

Effect EXPONENT(metric)

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.

ArgumentDescription
metricThe exponent applied to the base e.

Mean

Effect MEAN(metric, include_zeros)

Table Returns the arithmetic mean, or average, for a metric in a column.

ArgumentDescription
metricThe metric for which you want to calculate the average.
include_zerosWhether or not to include zero values in the calculations.

Median

Effect MEDIAN(metric, include_zeros)

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.

ArgumentDescription
metricThe metric for which you want to calculate the median.
include_zerosWhether or not to include zero values in the calculations.