IArithmeticMeasureDefinition
Home > @gooddata/sdk-model > IArithmeticMeasureDefinition
IArithmeticMeasureDefinition interface
Arithmetic measures are created by composing two or more other measures and defining arithmetic to apply on their values.
Signature:
export interface IArithmeticMeasureDefinition
Properties
| Property | Type | Description |
|---|---|---|
| arithmeticMeasure | { measureIdentifiers: Identifier[]; operator: ArithmeticMeasureOperator; } |