Type Alias NxAppLayout

In Qlik Sense Desktop, this structure can contain dynamic properties.

In Qlik Sense Enterprise, only a few dynamic properties at the app level are persisted. The persisted dynamic properties are the following:

  • modifiedDate
  • published
  • publishTime
  • privileges
  • description
  • dynamicColor
type NxAppLayout = {
    qFileName?: string;
    qHasData?: boolean;
    qHasScript?: boolean;
    qIsBDILiveMode?: boolean;
    qIsDirectQueryMode?: boolean;
    qIsOpenedWithoutData?: boolean;
    qIsSessionApp?: boolean;
    qLastReloadTime?: string;
    qLocaleInfo?: LocaleInfo;
    qMeta?: NxMeta;
    qModified?: boolean;
    qProhibitBinaryLoad?: boolean;
    qReadOnly?: boolean;
    qStateNames?: string[];
    qThumbnail?: StaticContentUrl;
    qTitle?: string;
    qUnsupportedFeatures?: NxFeature[];
    qUsage?: UsageEnum;
}
Index

Properties

qFileName?: string

In Qlik Sense Enterprise, this property corresponds to the app identifier (GUID). In Qlik Sense Desktop, this property corresponds to the full path of the app.

qHasData?: boolean

Is set to true if the app contains data following a script reload.

qHasScript?: boolean

Is set to true if a script is defined in the app.

qIsBDILiveMode?: boolean

If set to true, the app is in BDI Direct Query Mode.

qIsDirectQueryMode?: boolean

If set to true, the app is in Direct Query Mode.

qIsOpenedWithoutData?: boolean

If set to true, it means that the app was opened without loading its data.

qIsSessionApp?: boolean

If set to true, the app is a Session App, i.e. not persistent.

qLastReloadTime?: string

Date and time of the last reload of the app in ISO format.

qLocaleInfo?: LocaleInfo

Information about the locale.

qMeta?: NxMeta

Information on publishing and permissions.

qModified?: boolean

Is set to true if the app has been updated since the last save.

qProhibitBinaryLoad?: boolean

If set to true, the persisted app cannot be used in a Binary load statement in Qlik load script.

qReadOnly?: boolean

If set to true, it means that the app is read-only.

qStateNames?: string[]

Array of alternate states.

qThumbnail?: StaticContentUrl

App thumbnail.

qTitle?: string

Title of the app.

qUnsupportedFeatures?: NxFeature[]

Array of features not supported by the app.

qUsage?: UsageEnum

One of:

  • ANALYTICS
  • DATA_PREPARATION
  • DATAFLOW_PREP
  • SINGLE_TABLE_PREP