<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing QV application in Java Web application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713303#M1241390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.war is not the same thing as .zip or .rar. Changing the extension will not help you open it. Please see &lt;A href="https://en.wikipedia.org/wiki/WAR_%28file_format%29" title="https://en.wikipedia.org/wiki/WAR_%28file_format%29"&gt;WAR (file format) - Wikipedia, the free encyclopedia&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 09:11:48 GMT</pubDate>
    <dc:creator>ergustafsson</dc:creator>
    <dc:date>2014-08-07T09:11:48Z</dc:date>
    <item>
      <title>Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713299#M1241386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am launching the qlikview application in &lt;/P&gt;&lt;P&gt;java webapplication using&amp;nbsp; netbeans running on tomcat server.&lt;/P&gt;&lt;P&gt;Using the URL &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://Servername/QvAJAXZfc/opendoc.htm?document=Whats%20New%20in%20QlikView11.qvw&amp;amp;host=hostname" target="_blank"&gt;http://Servername/QvAJAXZfc/opendoc.htm?document=Whats%20New%20in%20QlikView11.qvw&amp;amp;host=hostname&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in iframe i was able to open the QVapplication.&lt;/P&gt;&lt;P&gt;But i have list of qlikview applications &lt;/P&gt;&lt;P&gt;assigned to particular users(Domain users) which &lt;/P&gt;&lt;P&gt;i have to map in my application such that,&lt;/P&gt;&lt;P&gt;User who is accessing the Javawebapplication &lt;/P&gt;&lt;P&gt;should be able to open the qlikview application &lt;/P&gt;&lt;P&gt;without entering userid and password.&lt;/P&gt;&lt;P&gt;How this can be achieved?&lt;/P&gt;&lt;P&gt;Is it possible to pass the userid and password in the URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the Screenshot doc and the sample java script file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Nikitha Jain M.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713299#M1241386</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713300#M1241387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is something known as Web Ticketing in Qlikview. You can search the forum for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 12:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713300#M1241387</guid>
      <dc:creator />
      <dc:date>2014-08-05T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713301#M1241388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached, it should help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This war-archive contains a small application based on the Grails framework. It has one simple Domain class "Customer" and is meant as a show case for the web ticket integration of QlikView. It can be used as is for a default QlikView installtion because it shows the Sales Compass embedded inside an iframe to the customer.&lt;BR /&gt;Deploy it to your Tomcat (tested with TC 7) and edit the file web-apps/QlikView/WEB-INF/classes/QlikView-config.properties in order to match your QVWS/IIS IP-address and the custom/&amp;lt;username&amp;gt; of the user that is allowed to open Sales Compass.qvw.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Erik&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713301#M1241388</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-08-06T14:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713302#M1241389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply .&lt;/P&gt;&lt;P&gt;Actually i tried to open the war file by changing the extension to Zip and try to Extract i am getting the error as archive is in unknown format or it is damaged , i also used rar extension its nt working.&amp;nbsp; So i rebuild the Zip File and open the contents and i tried to access this in Netbeans Using the "Web Application with Existing Source" option using tomcat server. But Cant able to run Successfully. I also tried with Import Zip file Option, But it throws error as "File damaged". I also made Changes in the Qlikview-Config.Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can u please guide Briefly how i can open in proper format and run successfully in Nebeans using Tomcat Serrver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Nikitha Jain M.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 08:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713302#M1241389</guid>
      <dc:creator />
      <dc:date>2014-08-07T08:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713303#M1241390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.war is not the same thing as .zip or .rar. Changing the extension will not help you open it. Please see &lt;A href="https://en.wikipedia.org/wiki/WAR_%28file_format%29" title="https://en.wikipedia.org/wiki/WAR_%28file_format%29"&gt;WAR (file format) - Wikipedia, the free encyclopedia&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713303#M1241390</guid>
      <dc:creator>ergustafsson</dc:creator>
      <dc:date>2014-08-07T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713304#M1241391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement, DIV integration with Qlikview into Java web application. Java application run on serverA whereas QVWS,QVS are on serverB. I was able to implement Webticket method to open any document using opendoc.htm through iFrames and/or displaying the report in separate tab on browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I couldnt get handle on implementing DIV integration into Java web application and my below code is not working on my server, any idea/thought you can throw at me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE html &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script language="javascript" type="text/javascript" src="&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;serverB&amp;gt;/QVAJAXZfc/htc/QvAjax.js"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;script language="javascript" type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var QvDoc_Tariff;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var lb_Tariff_State;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Init_Tariff = function ()&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; QvDoc_Tariff = Qv.GetDocument('TariffRates');&lt;/P&gt;&lt;P&gt;&amp;nbsp; lb_Tariff_State = QvDoc_Tariff.GetObject('Document\\LB57');&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Clear_Tariff = function ()&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; QvDoc_Tariff.Clear();&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Clear_Tariff_State = function () {&lt;/P&gt;&lt;P&gt;&amp;nbsp; lb_Tariff_State.Data.ClearSelections();&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qv.InitWorkBench(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { View: 'TariffRates'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Host: "Customer"&lt;/P&gt;&lt;P&gt;&amp;nbsp; //, Anonymous: 'true'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Userid: "domain\user"&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Password: "XXXXXXXXX"&lt;/P&gt;&lt;P&gt;&amp;nbsp; //, Ticket: "webticket"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; // Trigger Onload function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , BodyOnLoadFunctionNames: ['Init_Tariff'&amp;nbsp;&amp;nbsp; // This will initialize global reference variables for objects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //,'Clear_Tariff'&amp;nbsp; // This will execute the command to clear the initial settings&lt;/P&gt;&lt;P&gt;&amp;nbsp; //,'Function3'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , InitialSelections: ["LB55,Interstate"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //"{object2},selection1,[selection2],[selectionX]"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , InlineStyle: true&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // ======================&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Qlikview LERG document&lt;/P&gt;&lt;P&gt;&amp;nbsp; // ======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var qvDoc_LERG;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Init_LERG = function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; qvDoc_LERG = Qv.GetDocument('CUSTOMER\\CUSTOMER_LERG');&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Clear_LERG = function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; qvDoc_LERG.Clear();&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qv.InitWorkBench(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { View: 'CUSTOMER\/CUSTOMER_LERG'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; , Host: "Customer"&lt;/P&gt;&lt;P&gt;&amp;nbsp; //, Anonymous: 'true'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Userid: "domain\user"&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Password: "XXXXXXXXX"&lt;/P&gt;&lt;P&gt;&amp;nbsp; //, Ticket: "webticket"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; // Trigger Onload function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , BodyOnLoadFunctionNames: ['Init_LERG'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'Clear_LERG' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] &lt;/P&gt;&lt;P&gt;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; header&amp;nbsp; { background-color:#1B8066;&lt;/P&gt;&lt;P&gt;&amp;nbsp; color:white;&lt;/P&gt;&lt;P&gt;&amp;nbsp; text-align:left;&lt;/P&gt;&lt;P&gt;&amp;nbsp; padding:2px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; section { color:#035393;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; .report { float: left;&lt;/P&gt;&lt;P&gt;&amp;nbsp; margin: 5px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; padding: 0px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; border: 5px solid black;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .QvInlineObject&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; position:relative;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left:0px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-right:0px;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; float:left;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;header&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;h1&amp;gt;Qlikview HTML&amp;lt;/h1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;h1&amp;gt;Tariff Data&amp;lt;/h1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;!--- Default sizes in the Tariff document is width=1210 and height=556 --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;!--- Though there is virtually no documentation that explains this, you *have* to include the id= in the DIV integration so that objects work together --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="report"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div class="QvInlineObject" avqview="TariffRates" avq="object:.Document\LB57" id="Document\LB57" avqstyle="true" style="width:120px;height:300px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div class="report" style="width:1010px;height:300px;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div class="QvInlineObject" avqview="TariffRates" avq="object:.Document\CH03" id="Document\CH03"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;br clear="all" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div class="container"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;button type="button" class="btn" onclick="Clear_Tariff()"&amp;gt;Clear_Tariff()&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;button type="button" class="btn" onclick="Clear_Tariff_State()"&amp;gt;Clear_Tariff_State()&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;button type="button" class="btn" onclick="GetObjectListTest()"&amp;gt;GetObjectListTest()&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;br clear="all" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;h1&amp;gt;LERG Data&amp;lt;/h1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;h4&amp;gt;The purposes of this section is primarily to show how Qlikview DIV integration can pull objects from multiple documents&amp;lt;/h4&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;!--- Note that this document exists in a sub-folder on the QV server, for parsing reasons you have to do a double forward slash (you'll never find that in any docs) --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="report"&amp;nbsp; style="width:1210px;height:200px;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div class="QvInlineObject" avqview="CUSTOMER\/CUSTOMER_LERG" avq="object:.Document\TB03" id="Document\TB03" avqstyle="true"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run above html, getting " No Connection" ... then "Reconnecting...".. then SESSION ...CALs errors..&lt;/P&gt;&lt;P&gt;but no specific information I am getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 20:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713304#M1241391</guid>
      <dc:creator />
      <dc:date>2014-11-25T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713305#M1241392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DId you ever get this fixed, we are starting to do something similar and info on the subject is lacking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713305#M1241392</guid>
      <dc:creator />
      <dc:date>2015-04-15T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713306#M1241393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have fixed the issue myself.. based on some trail and errors as neither I am expert nor learnt qlikview..&lt;/P&gt;&lt;P&gt;as I am trying to integrate Qlikview reports in my web application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 04:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713306#M1241393</guid>
      <dc:creator />
      <dc:date>2015-04-17T04:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713307#M1241394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above conversation, I understand you have finally done the QV integration with JAVA web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me the steps you have done. I've the following requirement&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Simple Webpage containing Qlikview object embedded via DIV integration. Can this be done without&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; workbench ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Qlikview server via IIS configuration with Qlik view objects (documents - qvw) deployed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. Webticket for authenticating the Qlikview server&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. Show the Qlikview objects in Apache Tomcat webpage&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;I've raised the above questions in the forum, but haven't got solutions. FYI( &lt;A href="https://community.qlik.com/message/908086"&gt;Qlikview&lt;/A&gt; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Srikanth&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713307#M1241394</guid>
      <dc:creator />
      <dc:date>2015-11-12T08:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713308#M1241395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am trying to achieve the same in my work i would really appreciate if you could send me a sample.&lt;/P&gt;&lt;P&gt;What is am doing right now ??/ What iam i looking in my application??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a page that populates a start and end date with a button to pull the report for the specified dates.&lt;/P&gt;&lt;P&gt;On button press it should direct the qlik webpage browser application in to my current view in my webapplication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 20:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713308#M1241395</guid>
      <dc:creator />
      <dc:date>2016-10-15T20:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing QV application in Java Web application</title>
      <link>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713309#M1241396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview.&lt;/P&gt;&lt;P&gt;I want to integrate Qlikview app into Java application.&lt;/P&gt;&lt;P&gt;Just wanted to know whether Qlikview has a API which can be integrated with Java Application.&lt;/P&gt;&lt;P&gt;If its a API then is it a SOAP or REST API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other ways to integrate QV to Java Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 12:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accessing-QV-application-in-Java-Web-application/m-p/713309#M1241396</guid>
      <dc:creator>kiranb13</dc:creator>
      <dc:date>2017-05-09T12:49:14Z</dc:date>
    </item>
  </channel>
</rss>

