Type Alias NxPivotValuePoint

type NxPivotValuePoint = {
    qAttrDims?: NxAttributeDimValues;
    qAttrExps?: NxAttributeExpressionValues;
    qLabel?: string;
    qNum?: number;
    qText?: string;
    qType?: NxDimCellType;
}
Index

Properties

Attribute expressions values.

qLabel?: string

Label of the cell. This parameter is optional.

qNum?: number

Value of the cell.

qText?: string

Some text related to the cell.

Type of the cell.

One of:

  • V or NX_DIM_CELL_VALUE
  • E or NX_DIM_CELL_EMPTY
  • N or NX_DIM_CELL_NORMAL
  • T or NX_DIM_CELL_TOTAL
  • O or NX_DIM_CELL_OTHER
  • A or NX_DIM_CELL_AGGR
  • P or NX_DIM_CELL_PSEUDO
  • R or NX_DIM_CELL_ROOT
  • U or NX_DIM_CELL_NULL
  • G or NX_DIM_CELL_GENERATED