<?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 Create a .qvd with Java in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236207#M87409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It's possible to create .qvd files with java, or other APIs ?&lt;/P&gt;&lt;P&gt;How/Where can I find some informations about it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 May 2010 09:56:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-10T09:56:09Z</dc:date>
    <item>
      <title>Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236207#M87409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It's possible to create .qvd files with java, or other APIs ?&lt;/P&gt;&lt;P&gt;How/Where can I find some informations about it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 09:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236207#M87409</guid>
      <dc:creator />
      <dc:date>2010-05-10T09:56:09Z</dc:date>
    </item>
    <item>
      <title>AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236208#M87410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually you can find such things in the APIGuide.qvw, in the Automation Reference or in the Java API - Documentation, all downloadable&lt;/P&gt;&lt;P&gt;You could use ExportEx. VBScript-Example in a.m. API-guide:&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; obj.ExportEx "C:\test.qvd", 4&lt;/P&gt;&lt;P&gt;Don't know whether this function is also implemented for Java; but perhaps one could use the Java-To-Com bridge if it needs must be Java.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 11:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236208#M87410</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-10T11:49:45Z</dc:date>
    </item>
    <item>
      <title>AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236209#M87411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice,&lt;/P&gt;&lt;P&gt;merci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 12:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236209#M87411</guid>
      <dc:creator />
      <dc:date>2010-05-10T12:32:22Z</dc:date>
    </item>
    <item>
      <title>AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236210#M87412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find how it is possible to export data from application using Java, but I don't find where I can create qvd files from java generated data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 13:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236210#M87412</guid>
      <dc:creator />
      <dc:date>2010-05-10T13:19:50Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236211#M87413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I don't quite understand what you mean by "Java generated data". Can you give an example?&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 13:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236211#M87413</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-10T13:23:13Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236212#M87414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would like to use a simple java function to insert row by row, new data in a qvd file.&lt;/P&gt;&lt;P&gt;/*Open/Create qvd-file&lt;/P&gt;&lt;P&gt;loop tab n&lt;/P&gt;&lt;P&gt;qvd-file.insert(tab(n))&lt;/P&gt;&lt;P&gt;end loop;&lt;/P&gt;&lt;P&gt;save qvd-file;*/&lt;/P&gt;&lt;P&gt;This is not java, but this kind of stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 13:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236212#M87414</guid>
      <dc:creator />
      <dc:date>2010-05-10T13:35:27Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236213#M87415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK that's NOT possible. Creating QVDs is only possible through QlikView, it's a special proprietary format, it's not just like writing to text files. You could as said by "controlling" th QlikView-API by Java, which would only be possible (so I think) as mentioned by a Java2Com-bridge.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236213#M87415</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-10T13:53:48Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236214#M87416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do we then integrate with any application.&lt;/P&gt;&lt;P&gt;For an ex: I have java app and I need to call qlkview functionality from my app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 02:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236214#M87416</guid>
      <dc:creator />
      <dc:date>2010-07-26T02:08:41Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236215#M87417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a load script that reads the data from a text file (the text file can be created by your Java application) and writes the data into a QVD..&lt;/P&gt;&lt;P&gt;Using Automation APIs, you can access your QlikView document, initiate a reload and trigger the process of reading a text file and writing a QVD.&lt;/P&gt;&lt;P&gt;I have a feeling that you are over complicating your need by trying to do everything in Java and call distinct QlikView finctions, instead of using QlikView in a more "complete" way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 05:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236215#M87417</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-07-26T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236216#M87418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="jiveTT-hover-user jive-username-link"&gt;Ermance&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a Java project to read/write QVD files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="fh"&gt; &lt;/SPAN&gt;&lt;A class="ind pj-l active_link" href="http://tiqview.tumblr.com/post/26630334356/qlikview-data-integration-in-a-java-world-with-qvx" target="_blank"&gt;&lt;SPAN class="dm"&gt;tiqview.tumblr.com&lt;/SPAN&gt;/post/26630334356/qlikview-data-integration-in-a-java-world-with-qvx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 18:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/236216#M87418</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-07-06T18:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694326#M450833</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6446"&gt;@rbecher&lt;/a&gt;&amp;nbsp; May I know whether the project refers to&amp;nbsp;&lt;A href="https://www.tiq-solutions.de/en/products/qlikview/qvd-converter/" target="_blank"&gt;https://www.tiq-solutions.de/en/products/qlikview/qvd-converter/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm contacting this company considering they are the same lib talked. Thanks in advance for your replying.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694326#M450833</guid>
      <dc:creator>soldiershen</dc:creator>
      <dc:date>2020-04-17T06:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694332#M450834</link>
      <description>&lt;P&gt;Yes. I left that company and the product is not continued.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694332#M450834</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2020-04-17T07:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a .qvd with Java</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694771#M450861</link>
      <description>&lt;P&gt;thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 02:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-qvd-with-Java/m-p/1694771#M450861</guid>
      <dc:creator>soldiershen</dc:creator>
      <dc:date>2020-04-20T02:17:07Z</dc:date>
    </item>
  </channel>
</rss>

