MeasureGroupDimensionNext
Home > @gooddata/sdk-ui-pivot > MeasureGroupDimensionNext
MeasureGroupDimensionNext type
Whether to display measures in columns or rows (transposed).
This affects how execution and result of the table is constructed: - "columns" - measures are included in the first dimension (top to bottom). - "rows" - measures are included in the second dimension (left to right).
Signature:
export type MeasureGroupDimension = "columns" | "rows";