IDimension
Home > @gooddata/sdk-model > IDimension
IDimension interface
Dimensions specify how to organize the results of an execution in a data view.
Signature:
export interface IDimension
Remarks
Imagine an attribute in columns vs. rows. Each dimension requires the itemIdentifiers property, which is an array of items. These items could be attributes' localIdentifiers or a special 'measureGroup' identifier.
The 'measureGroup' can be used to specify that all measures in the execution definition should be included in the dimension.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
itemIdentifiers | Identifier[] | List of localIdentifier's of attribute to put in this dimension. | |
totals? | ITotal[] | (Optional) List of totals to include in this dimension. |