Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 644 Bytes

File metadata and controls

31 lines (15 loc) · 644 Bytes

UltraCartRestApiV2.ReportPageVisualizationMetric

Properties

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

Enum: AggregationEnum

  • sum (value: "sum")

  • count (value: "count")

  • min (value: "min")

  • max (value: "max")

  • avg (value: "avg")

  • none (value: "none")