Type Alias NxMiniChartDef

type NxMiniChartDef = {
    qAttributeExpressions?: NxAttrExprDef[];
    qDef?: string;
    qLibraryId?: string;
    qMaxNumberPoints?: number;
    qNullSuppression?: boolean;
    qOtherTotalSpec?: OtherTotalSpecProp;
    qSortBy?: SortCriteria;
}
Index

Properties

qAttributeExpressions?: NxAttrExprDef[]

List of attribute expressions.

qDef?: string

Expression or field name.

qLibraryId?: string

LibraryId for dimension.

qMaxNumberPoints?: number
qNullSuppression?: boolean

If set to true, no null values are returned.

qOtherTotalSpec?: OtherTotalSpecProp
qSortBy?: SortCriteria

Sorting.