Class: CubeLevel

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92237-01

Since:
  • 1.1.0
Module:
  • ojcube

QuickNav

Fields

Description

Represents a level within an axis. The level is tied to an attribute within the original rowset. Each level contains a number of CubeAxisValues, all from the same attribute


Usage

For additional information visit:


See:
See:

Fields

attribute :string

The rowset attribute this level represents

axis :number

The axis this level is a member of

Methods

getValue(index) : {CubeAxisValue}

Return the CubeAxisValue at the given index within this level
Parameters:
Name Type Description
index number the axis index for which to get the value
Returns:

the value at the given location within the level

Type
CubeAxisValue

isDataValue : {boolean}

Does this level represent the data values within the cube?
Returns:

true if this level does represent the data values within the cube; false otherwise

Type
boolean