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

Interface Dimension

Common interface of a Dimension, which serves as a container for Attribute(s) and other DateDimension(s).

Methods

getSort

getSort(): Sort

Gets the sort definition.

Returns

Sort

The Sort definition


sort

sort(sort): Attribute

Sorts the attribute by the given definition

Parameters

ParameterTypeDescription
sortSortSort definition

Returns

Attribute

A sorted instance of the attribute

Properties

expression

readonly expression: string

Expression representing the element in a JAQL query. It is typically populated automatically in the data model generated by the data model generator.


name

name: string

Element name


type

readonly type: string

Element type

Last Updated: