CalculatedMetricField
Home > @gooddata/sdk-code-schemas > v1 > CalculatedMetricField
v1.CalculatedMetricField interface
Signature:
export interface CalculatedMetricField
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"SUM" | "COUNT" | "APPROXIMATE_COUNT" | "AVG" | "MIN" | "MAX" | "MEDIAN" | "RUNSUM" |
Aggregation function to use for this field. | ||
|
boolean |
(Optional) Compute ratio for this metric. | ||
|
(Optional) | |||
|
string |
(Optional) A field title. | ||
|
(AttributeIdentifier10 | FactIdentifier1 | LabelIdentifier7) & string |
Attribute identifier to use for this field. |