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 |
Modifiers |
Type |
Description |
---|---|---|---|
{ measureIdentifiers: Identifier[]; operator: ArithmeticMeasureOperator; } |