Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to create multiple HTML pages in Qlik Sense Mashup?
So, I can put multiple Qlik sense sheets to the mashup.
Any suggestion or example is appreciated!
Hello, you can create your different mashups in the dev-hub and navigate like that :
<ul class="nav navbar-nav nav-pills">
<li class="active"><a href="#">Mashup1</a></li>
<li><a href="..\Mashup2\Mashup2.html">Mashup2</a></li>
<li><a href="..\Mashup3\Mashup3.html">Mashup3</a></li>
</ul>
Hello, you can create your different mashups in the dev-hub and navigate like that :
<ul class="nav navbar-nav nav-pills">
<li class="active"><a href="#">Mashup1</a></li>
<li><a href="..\Mashup2\Mashup2.html">Mashup2</a></li>
<li><a href="..\Mashup3\Mashup3.html">Mashup3</a></li>
</ul>
Thibaut , thanks for your help!
I created several mashup html pages and used regular methods to navigate different mashup pages.
Jus have a look at
https://smartbuilder.novofactum.de/
On this web portal you can build your own multipage Qlik Sense mashups with drag and drop. So you don‘ t need any knowledge in web programming to get an awesome mashup. Simply export your build mashup into a zip file and import it to Qlik Sense. It is for free and you can adjust the code afterwards as well. You only have to register to login.
@moritzreinhard2 it's a really good idea!