Skip to main content

QlikView Integrations

Discussion Board for collaboration on QlikView Integration.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik View dynamic div integration into external web app

Hi,

I am trying to embed qlik view objects into my web application using the div integration (mash up).

I followed the qlik view help and javascript api provided here.

https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Mashups/Content/mashups-div-integrati...

Now I want to dynamically update the graphs using Ajax or javascript. We can do this is qlik sense using app.getbject which accepts destination div tag.

https://help.qlik.com/en-US/sense-developer/1.0/Subsystems/Workbench/Content/BuildingWebsites/API/Me...

In qlikview mashup I can create a div like this

<div id="qvdivid" class="QvInlineObject" avqview="Movies Database" avq="object:.Document\TB01" style="width: 400px; height: 600px;"></div>

Can I only define div and update the avq based on some button click ?

Thanks

-Vishal

0 Replies