ArithmeticMeasureBuilder
Home > @gooddata/sdk-model > ArithmeticMeasureBuilder
ArithmeticMeasureBuilder class
Builder for arithmetic measures.
Do not instantiate this builder directly, instead use newArithmeticMeasure().
Signature:
export declare class ArithmeticMeasureBuilder extends MeasureBuilderBase<IArithmeticMeasureDefinition>
Extends: MeasureBuilderBase<IArithmeticMeasureDefinition
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ArithmeticMeasureBuilder class.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| operands | (measuresOrLocalIds: MeasureOrLocalId[]) => this | Sets operands for arithmetic: other measures specified by either value or local identifier - | |
| operator | (op: ArithmeticMeasureOperator) => this | Sets arithmetic operator to apply when calculating the arithmetic measure. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| buildDefinition() | ||
| generateLocalId() |