Customizing Qlik Sense Mobile with AppConfig
When administering Qlik Sense Mobile in an Enterprise Mobile Management (EMM) environment, you can customize the Qlik Sense Mobile experience for your users by editing the
The
List of configurable settings in AppConfig
The following table shows the list of configurable settings in the AppConfig.
Value | Type of value | Description |
---|---|---|
hideDemoServer | App setting | Hide the demo server in the account list. |
hideAnalytics | App setting |
If set to true, analytics are not displayed nor sent to Qlik. |
useBundledResources | App setting |
If set to true, this setting enables to use the visualization client included in the Qlik Sense Mobile app when consuming apps online, making the online consumption of apps more efficient. The visualization client is used by default when consuming apps offline. By default, this setting is absent and disabled. To be enabled, it needs to be manually added in the AppConfig and set to true. For compatibility reasons, make sure to use the same version of Qlik Sense Enterprise and Qlik Sense Mobile when enabling this setting. |
Accounts | List |
This value is a json formatted list of accounts. Each item has a name that is shown to the user and a url used to authenticate the user. |
DefaultStream | Account config | Changes the default stream that is selected when the Qlik Sense hub is loaded. |
LandingPage | Account config | The path to a resource that should be loaded in place of the hub when a user successfully accesses Qlik Sense. |
AADAppId | Account config | This value is used for |
Setting a mashup as landing page
By editing the AppConfig file, you can set a mashup or a mashup stream as the landing page for users accessing Qlik Sense.
In the Configuration Value field, enter the following:
{
"name":"Account 1",
"url":"http://www.hub-A.com",
"config":{
"DefaultStream":"mashups",
"LandingPage": "/extensions/MyMashup/MyMashup.html"
}
}
Where:
- "Account" and "http://www.hub-A.com" are the account and Sense hub to which these settings will be applied.
- "LandingPage" is the path to the mashup to be used as landing page.
- "DefaultStream" is the ID for a default stream that is loaded when accessing Qlik Sense.