Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
mathewwp
Contributor II
Contributor II

On Demand App Generation integration into HTML

Hi there,

In Qlik Sense (June 2019 patch), I have created an on-demand app generation selections app and template app. These work fine.

I am trying to create a bit of html on my separate page whereby I can incorporate my Qlik Sense app. This generally speaking works - The dashboard is shown. Unfortunately I can't seem to be able to bring in the on demand app generation navigation toolbar (which sits at the bottom of the Qlik Sense app) to be visible on my html. Anyone have any ideas how I can bring it in?

<html>

<head> 

<style type = "text/css">

body, html {

height: 100%;

margin: 0;

background-color: rgb(255,255,255);

}

</style>

</head>

<body>

<div class ="dashboard">

<qk-include app="myappid" sheet="mysheetid" width="100%" height="80vh" user-dir="myuserdirectory"

q-params="opt-currsel" >

</div>

</body>

</html>

Labels (2)
0 Replies