Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 707 Bytes

File metadata and controls

29 lines (17 loc) · 707 Bytes

ReportPageVisualizationMetric

Properties

Name Type Description Notes
aggregation AggregationEnum Aggregation to perform [optional]
as String Return the column as a different name [optional]
column String [optional]
round Integer Number of places after the decimal point to round the number to. [optional]

Enum: AggregationEnum

Name Value
SUM "sum"
COUNT "count"
MIN "min"
MAX "max"
AVG "avg"
NONE "none"