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

Interface CalculatedColumn

Calculated attribute defined by a formula over one or more Column(s). When associated with a dimensional model, a Calculated Column is equivalent to a calculated attribute (see attributeFactory.customFormula).

It is the attribute counterpart of CalculatedMeasureColumn: it produces categorical/grouping values rather than an aggregated number.

Properties

context

context: AttributeContext

Formula context


expression

expression: string

Expression (formula) representing the element in a JAQL query.


name

name: string

Column name


title

title?: string

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


type

type: string

Column type

Last Updated: