March 2018
Beginner to intermediate
514 pages
13h 11m
English
Namespace: qlik.app
The App API allows accessing all objects and fields within an app, including the following:
An app must be opened using the Root API before the App API can be used, as in the following example:
require(['qlik'], function(qlik) { //open current app var app = qlik.currApp(''); //insert Qlik objects into the HTML page DIV which has ID = LB01. app.getObject(document.getElementById('LB01'), 'uPyZavD');});
Read now
Unlock full access