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

Interface DateDimension

Date Dimension extending Dimension.

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

AggHours

readonly AggHours: LevelAttribute

Aggregated Hours level (for Live Models)


AggMinutesRoundTo1

readonly AggMinutesRoundTo1: LevelAttribute

Aggregated Minutes (every minute) level


AggMinutesRoundTo15

readonly AggMinutesRoundTo15: LevelAttribute

Aggregated Minutes (round to 15) level


AggMinutesRoundTo30

readonly AggMinutesRoundTo30: LevelAttribute

Aggregated Minutes (round to 30) level


Days

readonly Days: LevelAttribute

Days level


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.


Hours

readonly Hours: LevelAttribute

Hours level (for Live Models)


Minutes

readonly Minutes: LevelAttribute

Minutes level (for Live Models)


MinutesRoundTo15

readonly MinutesRoundTo15: LevelAttribute

Minutes (round to 15) level (for Live Models)


MinutesRoundTo30

readonly MinutesRoundTo30: LevelAttribute

Minutes (round to 30) level (for Live Models)


Months

readonly Months: LevelAttribute

Months level


name

name: string

Element name


Quarters

readonly Quarters: LevelAttribute

Quarters level


Seconds

readonly Seconds: LevelAttribute

Seconds level (for Live Models)


type

readonly type: string

Element type


Weeks

readonly Weeks: LevelAttribute

Weeks level


Years

readonly Years: LevelAttribute

Years level

Last Updated: