NxAppLayout
Qlik Sense Desktop
In Qlik Sense Desktop, this structure can contain dynamic properties.
Qlik Sense Enterprise
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
Properties
Name | Description | Type |
---|---|---|
qTitle |
Title of the app. |
String |
qFileName |
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. |
String |
qLastReloadTime |
Date and time of the last reload of the app in ISO format. |
String |
qModified |
Is set to true if the app has been updated since the last save. |
Boolean |
qHasScript |
Is set to true if a script is defined in the app. |
Boolean |
qStateNames |
Array of alternate states. |
Array of Strings |
qMeta |
Information on publishing and permissions. |
NxMeta |
qLocaleInfo |
Information about the locale. |
LocaleInfo |
qHasData |
Is set to true if the app contains data following a script reload. |
Boolean |
qReadOnly |
If set to true, it means that the app is read-only. |
Boolean |
qIsOpenedWithoutData |
If set to true, it means that the app was opened without loading its data. |
Boolean |
qThumbnail |
App thumbnail. |
StaticContentUrl |