Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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>

0 Replies