Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

to be filled

Remarks

Formula specifies the method of evaluation of row values. Formula enumeration can be one of following values;

ValueDescription
NoneNo aggregation is applied. All values in rows.
CountCount of row values.
CountDistinctCount of distinct values in rows.
SumSum of row values. Valid for numeric type columns.
SumDistinctSum of distinct values in rows. Valid for numeric type columns.
AvgAverage of row values. Valid for numeric type columns.
AvgDistinctAverage of distinct values in rows. Valid for numeric type columns.
MinMinimum value in rows.
MaxMaximum value in row values.
StdDevStandard deviation of row values.
DateDiffDifference between two date values. Valid for date and datetime type columns.
DatePartCrops out the specified part of date values and gives the kept part as number value. Valid for date and datetime type columns.
DateTruncTruncates date values except the specified date part and gives a date value. Valid for date and datetime type columns.

When using a formula, refer it with "expression" label instead of "formula" for formulas that accept specific parameters. See the examples below.