Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

DIV Tag Integration -- Help Needed

Any one has thoughts on this? Posted a question here...

Dynamic DIV-tag integration

How can we integrate more than one object?

your  http://localhost/QlikView/single.htm?app=Vinguiden&obj=CH233&w=200&h=400 shows only one object in the page.

i tried even below from this thread to display multiple but no luck.. I have QVSEE & Work Bench License. At least your "single.htm" concept is working but below is not working at all. do i have to save below html file some where? i have saved in my desktop and opening locally though firefox/chrome.

<!DOCTYPE html>

<html>

    <head>

        <script language="javascript" type="text/javascript" src="http://localhost/QvAjaxZfc/htc/QvAjax.js"></script>

<script language="javascript" type="text/javascript">

   Qv.InitWorkBench({

      View: 'Sales Compass',    

      Host: 'QVS@local'

   });

</script>

    </head>

  

    <style>

    .QvInlineObject

{

   position:relative;

   margin-left:10px;

   margin-right:10px;

   float:left;

}

    </style>

    <body>

<!-- Listbox with the Id LB5732 -->

<div class="QvInlineObject" avqview="Sales Compass" avq="object:.Document\LB5732"></div>

<!-- Chart with the Id CH351 -->

<div class="QvInlineObject" avqview="Sales Compass" avq="object:.Document\CH351"></div>

</body>

</html>

Labels (1)
0 Replies