Skip to main content Skip to complementary content

qlik

Interface

The qlik interface is the external interface to Qlik Sense, used for mashups and for including Qlik Sense objects in external web pages.

For example, it contain methods for listing Qlik Sense apps available and opening one or multiple Qlik Sense apps.

Example:  

var config = { host: "myhost.com", prefix: "/", port: window.location.port, isSecure: true }; require(["js/qlik"], function(qlik) { // open the app var app = qlik.openApp("c31e2aba-3b46-4b13-8b87-c5c2514dea1d", config); // insert Qlik objects into the page. app.getObject(document.getElementById("LB01"), "uPyZavD"); }

List of methods

Method Description
currApp Method used to get a reference to the current app. Use this method in an extension to get a reference to the app currently displayed.
getAppList Method used to get a list of Qlik Sense apps and registers a callback to receive the data.
openApp Method used to open a Qlik Sense app. You can open multiple apps.
resize Method used to send a resize event to all Qlik Sense objects.
setOnError Method used to register a callback for error handling. If you do not call this method, standard error handling will be used.

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!