Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QlikView WorkBench Commercial PDF or similar

Hello,

I wonder if there is any official material about features of QlikView Workbench.

Regards.

1 Reply
mbj
Employee
Employee

Hi, you can check the workbench reference manual. That is all there is officially.

Dropbox - custom (put this folder in IIS to test DIV tag integration)

But maybe this helps:

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

<head>

   <title>QlikView Integration</title>

      <script type="text/javascript" src="/QvAjaxZfc/htc/QvAjax.js"></script>

   <script type="text/javascript">

        Qv.InitWorkBench({ View: 'Movies Database', Host: 'QVS@nlhoo-mbj3' });

   </script>

   

</head>

<body>

   <div class="QvFrame"

        style="position: relative;             

              

               z-index:2;"

        avqview="Movies Database"

        avq="object:.Document\CH07"

      

  >

   </div>

   <div class="QvFrame"

        style="position: relative;       

              

               z-index:2;"

        avqview="Movies Database"

        avq="object:.Document\CH08"

      

  >

   </div>

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

<head>

   <title>QlikView Integration</title>

      <script type="text/javascript" src="/QvAjaxZfc/htc/QvAjax.js"></script>

   <script type="text/javascript">

        /* View identifies the Document, Host identifies the QlikView Server as seen in QMC */

        Qv.InitWorkBench({ View: 'Movies Database', Host: 'Local' });

   </script>

      <META HTTP-EQUIV="Pragma" CONTENT="no-cache">

   <META HTTP-EQUIV="Expires" CONTENT="-1">

</head>

<body>

This sample displays two objects from the v11 "Movies Database" sample document.<br>

Simply copy this to "C:\Inetpub\wwwroot\custom\integration.htm", mount this location on IIS as "/custom" then access as <a href="https://community.qlik.com/custom/integration.htm?anonymous=true">http://localhost/custom/integration.htm</a><p>

Note that you can pass an authentication identity to this webpage using Ticket or WebTicket, and can also pass initial field selections eg

<a href="https://community.qlik.com/custom/integration.htm?anonymous=true&select=LB07,Alan Alda,Steven Spielberg">http://localhost/custom/integration.htm?select=LB07,Alan Alda,Steven Spielberg</a><p>

you can also use a single object inside an iframe see < a href="http://eu-a.demo.qlik.com/QvAJAXZfc/singleobject.htm?document=qvdocs/Prescription%20Tracker.qvw&host..." </a>

or include a complete dashboard in a iframe see <a href="http://community.qlik.com/docs/DOC-4005" this </a>

   <div class="QvFrame"

        style="position: relative;

               top:32px;left:32px;

               width:100px;height:250px;

               visibility:visible;

               z-index:1;"

        avqview="Movies Database"

        avq="object:.Document\CH13"

    

   >

   </div>

   <div class="QvFrame"

        style="position: relative;

               top:64px;left:32px;

               width:400px;height:250px;

               visibility:visible;

               z-index:2;"

        avqview="Movies Database"

        avq="object:.Document\CH07"

      </body>

</Html>

  >