Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vish123
Creator III
Creator III

Qlik Mashups

Hi All,

can someone please let me know how to implement mashups on to server.

Labels (1)
  • API

12 Replies
thi_pham
Creator III
Creator III

Easy start working on https://your_qliksense_domain/dev-hub/

Hope it helps

vish123
Creator III
Creator III
Author

Hi Thi_Pham,

Thank you for your reply.

I can create mashups using Dev-Hub but how can I publish mashup to end user consumption. Please suggest.

 

thi_pham
Creator III
Creator III

you can share them the link you get via View function on below right corner of Mashup Editor.

it likes: https://your_domain/extensions/your_mashup_name/your_mashup_name.html

robinrouleur
Partner - Creator
Partner - Creator

Hi Vish

The easiest way is to zip it up and then use the QMC to import it as an extension.  The access URL is then:

https://yourserver.domain/optional-virtual-proxy-name/extensions/your-mashup-extension-name/your-mas...

See the following help doc (and next 3 topics) for further details.

https://help.qlik.com/en-US/sense-developer/September2019/Subsystems/Mashups/Content/Sense_Mashups/H...

 

Robin

vish123
Creator III
Creator III
Author

Hi Robin,

Thank you for your reply.

This is useful. But is there any way to deploy masups on server for end user consumption.

 

vish123
Creator III
Creator III
Author

Hi Thi_Pham,

Thanks for your reply.. but my requirement is to setup a server for mashups.Please suggest me accordingly.

 

robinrouleur
Partner - Creator
Partner - Creator

Hi Vish

We are currently using this for end user deployment.

The URL I gave you describes two methods.  The "Simple Mashup Scenario" that I described and the "Normal Mashup Scenario" where the mashup is deployed on a separate web server.  I haven't done this so I can't help with experience but here is a direct link to the Qlik Help on this scenario:

https://help.qlik.com/en-US/sense-developer/September2019/Subsystems/Mashups/Content/Sense_Mashups/H...

Note that you need to edit your mashup .js file and replace the app qvf file name in the qlik.openApp() function call with the GUID of the published app on the server.

Robin

vish123
Creator III
Creator III
Author

Hi Robin,

Thanks for your reply..It will be useful.

Can you also please let us know what are the pros and cons of the using masups ?

Best Regards,

Vishnu

robinrouleur
Partner - Creator
Partner - Creator

Hi  Vish

We used them because we wanted more control over the user interface look and feel.  If you don't have a good reason to use them then it is simpler to stay with out-of-the-box Qlik Sense.  If you are interested in finding out more just Google around, there are lots of post on this topic.

Robin