Type Alias NxLibraryMeasureDef

type NxLibraryMeasureDef = {
    qActiveExpression?: number;
    qDef?: string;
    qExpressions?: string[];
    qGrouping?: NxGrpType;
    qLabel?: string;
    qLabelExpression?: string;
    qNumFormat?: FieldAttributes;
    qScriptGenerated?: boolean;
}
Index

Properties

qActiveExpression?: number

Index to the active expression in a measure.

qDef?: string

Definition of the measure.

qExpressions?: string[]

Array of expressions.

qGrouping?: NxGrpType

Used to define a cyclic group or drill-down group. Default value is no grouping. This parameter is optional.

One of:

  • N or GRP_NX_NONE
  • H or GRP_NX_HIEARCHY
  • C or GRP_NX_COLLECTION
qLabel?: string

Label of the measure.

qLabelExpression?: string

Optional expression used for dynamic label.

qNumFormat?: FieldAttributes

Format of the field. This parameter is optional.

qScriptGenerated?: boolean