Skip to main content Skip to complementary content
Close announcements banner

HyperCube

Overview

Renders the properties of a hypercube. Is the layout for HyperCubeDef.

For more information about the definition of a hypercube, see Generic object definition.

Information noteWhat is returned in HyperCube depends on the type of the hypercube (straight, pivot or stacked table) and on the method called (GetLayout, GetHyperCubeData, GetHyperCubePivotData, GetHyperCubeStackData).

Properties

Name Description Type
qStateName

Name of the alternate state.

Default is current selections $.

String
qSize Defines the size of the hypercube.

Size

qError This parameter is optional and is displayed in case of error.

Null or NxValidationError.

qDimensionInfo Information on the dimension.

Array of NxDimensionInfo.

qMeasureInfo Information on the measure.

Array of NxMeasureInfo.

qEffectiveInterColumnSortOrder

Sort order of the columns in the hypercube.

Column numbers are separated by a comma.

Example: [1,0,2] means that the first column to be sorted was the column 1, followed by the column 0 and the column 2.

Array of Integer
qGrandTotalRow

Aggregate for measures of all values in the field.

The result value depends on the qAggrFunc defined in HyperCubeDef.

Array of NxCell

qDataPages

Set of data.

Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.

Array of NxDataPage

qPivotDataPages

Set of data for pivot tables.

Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.

Array of NxPivotPage
qStackedDataPages

Set of data for stacked tables.

Is empty if nothing has been defined in qInitialDataFetch in HyperCubeDef.

Array of NxStackPage
qMode Information about the mode of the visualization.

One of:

  • S for DATA_MODE_STRAIGHT; straight table representation
  • P for DATA_MODE_PIVOT; pivot table representation
  • K for DATA_MODE_STACK; stacked table representation
qNoOfLeftDims

Number of left dimensions

Default value is -1.

The index related to each left dimension depends on the position of the pseudo dimension (if any).

For example, a pivot table with:

  • 4 dimensions in the following order: Country, City, Product and Category
  • one pseudo dimension in position 1
  • 3 left dimensions.

implies that:

  • The index 0 corresponds to the left dimension Country
  • The index 1 corresponds to the pseudo dimension
  • The index 2 corresponds to the left dimension City
  • Product and Category are top dimensions.

Another example:

  • 4 dimensions in the following order: Country, City, Product and Category
  • one pseudo dimension in position -1
  • 3 left dimensions.

implies that:

  • The index -1 corresponds to the pseudo dimension; the pseudo dimension is the most to the right
  • The index 0 corresponds to the left dimension Country
  • The index 1 corresponds to the left dimension City
  • The index 2 corresponds to the left dimension Product
  • Category is a top dimension.
Integer
qIndentMode

Is used for pivot tables only.

If set to true, the formatting of the results is slightly different.

This property is optional.

Boolean
qLastExpandedPos

Is used for pivot tables only.

Position of the last expended cell.

This property is optional.

Null or NxCellPosition

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!