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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
CYRUS
Contributor III
Contributor III

Workbench DIV Integration

Hello ,

Recently I worked with Workbench 

Herer is my Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

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


</head>

<body>

    <form id="form1" runat="server">

    <div>


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

   Qv.InitWorkBench({

       View: 'Sales Compass',

       Host: 'null',

View: 'doc',

       Anonymous: 'true'

   });

</script>


<style>


    .QvInlineObject

     {

        position:relative;

        margin-left:10px;

        margin-right:10px;

        float:left;

        width:800px;

        height:800px;

     }


</style>

  

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


   

    </div>

    </form>

</body>

</html>




I"ve got Network Error when i open Document

I have Bench Licence Enterprise server.

Do you have any Idea?

0 Replies