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

Using QlikView Workbench Functions in a html page

Hi ,

I am using QlikView workbench to call few objects from my QV dashboards into a website which i have. I am able to get objects using workbench through Visual studio. But what i need is, I already have a .jsp file for my website and wanted to include the code to get QV objects into my web page. How can i call the workbench functions/QV objects in my html code without using Visual studio.

Below is the sample code i'm using in my html page, i get a error "Qv.InitWorkBench is not a function"

<!DOCTYPE html>

<html>

  <head>

    <title>QlikView Test Page!</title>

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

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

     Qv.InitWorkBench({View:'MyQVDashboard'});

    </script> 

  </head>

  <body>

   <div class="QvFrame"av qview="MyQVDashboard" avq="object:.Document\CH16" id="Document\CH16"></div>

  </body>

</html>

Any help on this is greatly appreciated!

Thanks!

0 Replies