ITotal
Home > @gooddata/sdk-model > ITotal
ITotal interface
Describes type and granularity for calculation of Totals.
Signature:
export interface ITotal
Remarks
Total is calculated for particular measure and on some granularity - specified by an attribute by which the measure is sliced by.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alias? | string | (Optional) Specifies custom name for the calculated total. This will be included in result metadata. | |
attributeIdentifier | Identifier | Local identifier of attribute - specifies granularity of the calculation. | |
measureIdentifier | Identifier | Local identifier of measure for which to calculate total. | |
type | TotalType | Type of total calculation. |