Skip to main content Skip to complementary content
Close announcements banner

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):

Name Type Description
host String Qlik Sense host
port Number Port number
prefix String

Qlik Sense virtual proxy.

/ if no virtual proxy

isSecure Boolean Use SSL
identity String Unique identity for the session. If omitted, the session will be shared.

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 };

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!