Type Alias NxAttrDimDef

Layout for NxAttrDimDef.

type NxAttrDimDef = {
    qAttribute?: boolean;
    qDef?: string;
    qLibraryId?: string;
    qSortBy?: SortCriteria;
}
Index

Properties

qAttribute?: boolean

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

qDef?: string

Expression or field name.

qLibraryId?: string

LibraryId for dimension.

qSortBy?: SortCriteria

Sorting.