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

qlik sense iframe - Unable to have 2 objects and select different values

Struggling to have reference for the same object in iframe but select different dates.


QLIK sense :-




Q2) iframe - cannot use iframe of same object on same web page,

It seens there is only 1 object iframe.  because of this there seems to be a limitation

that these IFRAME are 'static'  and only 1 object is available.

Meaning you cannot have the same object and filter on different data on the same page :-

example 2 graphs showing different dates :-

graph1:-

select=Date,42156,42538,42540,42541,42542,42543,42544

graph2:-

select=Date,41987

<div id="graph1" >

 

<h2> pass in dates 42156,42538,42540,42541,42542,42543,42544 </h2>

  

<iframe width="560" height="315" src='http://localhost:4848/single/?appid=5CQLIK%5CStore%5CSense%5CApps%5CHelpdesk%20Management.qvf&obj=hR...'  frameborder="0" allowfullscreen>

   </iframe>

</div>

<div id="graph2" >

    <h2> pass in dates 41987 </h2>

    <iframe width="560" height="315" src='http://localhost:4848/single/?appid=5CQLIK%5CStore%5CSense%5CApps%5CHelpdesk%20Management.qvf&obj=hR...'  frameborder="0" allowfullscreen>

    </iframe>

</div>

1 Reply
Anonymous
Not applicable
Author

CLOSE -  what you need to do is use a special parameter called 'identity="xxxxxxx"

where xxxxx is unique.  If you want the selection to change.