IMeasureDefinitionBody
Home > @gooddata/sdk-model > IMeasureDefinitionBody
IMeasureDefinitionBody interface
Object defining the IMeasureDefinition object structure.
Signature:
export interface IMeasureDefinitionBody
Properties
Property | Type | Description |
---|---|---|
aggregation? | MeasureAggregation | (Optional) Aggregation to apply when calculating from LDM facts. If aggregation is provided for MAQL measures, it will be ignored. |
computeRatio? | boolean | (Optional) Indicates whether the measure should be calculated as % of total instead of actual values. |
filters? | IMeasureFilter[] | (Optional) Filters to apply in scope of this measure's calculation. |
item | ObjRef | Reference to MAQL metric or LDM fact object. |