Type Alias NxLibraryMeasure

Information about the library measure. Is the layout for NxLibraryMeasureDef.

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

Properties

qActiveExpression?: number
qDef?: string
qExpressions?: string[]
qGrouping?: NxGrpType

One of:

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

Format of the field. This parameter is optional.

qScriptGenerated?: boolean