Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create multiple HTML pages in Qlik Sense Mashup?

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!

1 Solution

Accepted Solutions
Not applicable
Author

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>

View solution in original post

4 Replies
Not applicable
Author

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>

Anonymous
Not applicable
Author

Thibaut , thanks for your help!

I created several mashup html pages and used regular methods to navigate different mashup pages.

moritzreinhard2
Partner - Contributor III
Partner - Contributor III

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.

Taoufiq_Zarra

@moritzreinhard2  it's a really good idea!

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉