For the complete documentation index, see llms.txt. This page is also available as Markdown.

AnalyticsMeasureInput

Attributes of the AnalyticsMeasureInput type

{
  "field": "",
  "aggregate": "",
  "label": "",
  "color": "",
  "carryForward": true
}
Name
Type
Description

field

String

Field name from the data source whitelist

aggregate

String

Aggregate function: SUM, COUNT, AVG, MIN, MAX

label

String

Display label for this series

color

String

Hex color for this series

carryForward

Boolean

When gap-filling, carry the prior value forward instead of nulling empty months (use for cumulative/snapshot measures)

Last updated

Was this helpful?