Type Alias NxTreeValue

Represents a measure.

Stability: stable

type NxTreeValue = {
    qAttrDims?: NxAttributeDimValues;
    qAttrExps?: NxAttributeExpressionValues;
    qText?: string;
    qValue?: number;
}
Index

Properties

Attribute dimension values.

Attribute expression values.

qText?: string

The text version of the value, if available.

qValue?: number

Value of the cell. Is set to NaN , if the value is not a number.