sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface MeasureColumn

Aggregate function applied to a Column. When associated with a dimensional model, a Measure Column is equivalent to a Measure.

Properties

aggregation

aggregation?: string

Aggregate function -- for example, sum, count. If not specified, default value, sum, will be used.


name

name: string

Column name


title

title?: string

Optional title for the column after aggregation. If not specified, the column name will be used.

Last Updated: