openApp method
qlik.openApp(appId, config)
Method used to open a Qlik Sense app. You can open multiple apps.
Parameters
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| appId | string | The app id | ||||||||||||||||||
| config | object |
Additional parameters (optional):
|
Returns
App JavaScript object with app methods.
Example
var app = qlik.openApp('2abac31e-3b46-4b78-8bxf-c5cea1d2514d');
var config = {
host: "myhost.com",
prefix: "/",
port: window.location.port,
isSecure: true
};