Type Alias FieldListDef

Defines the fields to show.

type FieldListDef = {
    qShowDefinitionOnly?: boolean;
    qShowDerivedFields?: boolean;
    qShowHidden?: boolean;
    qShowImplicit?: boolean;
    qShowSemantic?: boolean;
    qShowSrcTables?: boolean;
    qShowSystem?: boolean;
}
Index

Properties

qShowDefinitionOnly?: boolean

Shows the fields defined on the fly if set to true. Default is false.

qShowDerivedFields?: boolean

Shows the fields and derived fields if set to true. Default is false.

qShowHidden?: boolean

Shows the hidden fields if set to true. Default is false.

qShowImplicit?: boolean

Shows the Direct Discovery measure fields if set to true. Default is false.

qShowSemantic?: boolean

Show the semantic fields if set to true. Default is false.

qShowSrcTables?: boolean

Shows the tables and fields present in the data model viewer if set to true. Default is false.

qShowSystem?: boolean

Shows the system tables if set to true. Default is false.