Type Alias NxAttrExprDef

type NxAttrExprDef = {
    qAttribute?: boolean;
    qExpression?: string;
    qLabel?: string;
    qLabelExpression?: string;
    qLibraryId?: string;
    qNumFormat?: FieldAttributes;
}
Index

Properties

qAttribute?: boolean

If set to true, this measure will not affect the number of rows in the cube.

qExpression?: string

Definition of the attribute expression. Example: "Max(OrderID)"

qLabel?: string

Label of the attribute expression.

qLabelExpression?: string

Optional expression used for dynamic label.

qLibraryId?: string

Definition of the attribute expression stored in the library. Example: "MyGenericMeasure"

qNumFormat?: FieldAttributes

Format of the field. This parameter is optional.