QlikSense Mashup – Single Configurator

For this exercise decided to hit Qlik’s QlikSense demo server.

https://sense-demo.qlik.com/

1

 

Accesspoint URL suffixed with “single” word is the entry point for using this functionality.

https://sense-demo.qlik.com/single

2

“Select an app” drop down will list applications available on the server, select the one which needs to be embedded. Here for this demo I’m considering “CEO Analysis” dashboard.3

Next step is to select object, we are free to choose any type of object from available list. I’m selecting “Qualification” chart here.

4

After selecting the object, prompted by below screen which shows the options for customization.

I overrode one of the property from default options. “No interaction” was on turned on earlier, I turned it off now.5

Below URL is copied from Preview pane of previous screen.

https://sense-demo.qlik.com/single/?appid=45b5016e-6616-4047-aa5e-b6d70696634d&obj=tazWUP&select=clearall

Iframe doesn’t work in WordPress so I couldn’t embed the chart here. But ideally code like below should work.

<div>

………………….

src=”https://sense-demo.qlik.com/single/?appid=45b5016e-6616-4047-aa5e-b6d70696634d&obj=tazWUP&select=clearall&#8221; width=”100%height=”550pxframeborder=”0px“>My iFrame

…………………

</div>

Happy Qlikking!!