Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
alseanna
Contributor III
Contributor III

Create app in qlik

Do we have any specific rest api to create app in qlik .(Qlik application should be opened in a i frame on click of a button)

3 Replies
trdandamudi
Master II
Master II

If you are building your own web page then create a button and on click it will open the dashboard. The code will be something similar to below:

<iframe src="Put your chart url here"border:none" width="180" height="100">

 

If you want to use the Qliksense to build your html then use "Mashups". Hope this helps...

 

alseanna
Contributor III
Contributor III
Author

thanks!!

Is it possible to achieve mashups using react js?

what would be the specific api i need to use to get create app page loaded on qlik of that button of webpage

trdandamudi
Master II
Master II

I haven't used React , so unable to comment.

Did you take a look at "Mashup editor" which is part of Qlik Sense ? If not please go over it and you will have a better understanding how the process works.