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