@finos/legend-data-cube
Version:
17 lines (10 loc) • 446 B
Markdown
title: 'Column: Kind'
id: 'data-cube.column-configuration.kind'
A column represents either a `dimension` or a `measure`.
> Column kind cannot be changed while the column is used in pivot.
# Dimension
Descriptions that help group and filter data. Typically associated with string columns where each value represents a category.
# Measure
Numeric values that detail or aggregate dimensions. Typically associated with numeric columns.