Type Alias NxAttrExprInfo

Layout for NxAttrExprDef.

type NxAttrExprInfo = {
    qFallbackTitle?: string;
    qIsAutoFormat?: boolean;
    qMax?: number;
    qMaxText?: string;
    qMin?: number;
    qMinText?: string;
    qNumFormat?: FieldAttributes;
}
Index

Properties

qFallbackTitle?: string
qIsAutoFormat?: boolean

This parameter is set to true if qNumFormat is set to U (unknown). The engine guesses the type of the field based on the field's expression.

qMax?: number

Maximum value.

qMaxText?: string

String version of the maximum Value.

qMin?: number

Minimum value.

qMinText?: string

String version of the minimum Value.

qNumFormat?: FieldAttributes

Format of the field. This parameter is optional.