<?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: Calling java codes in Qlikview directly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438065#M1235529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob and Ralf for your quick replies. I will try both methods and will post my doubts/results here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 15:56:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-05T15:56:07Z</dc:date>
    <item>
      <title>Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438062#M1235519</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;I am new to Qlikview. I have a set of java codes which generate a report by extracting data from a sql database. I need to re generate the same report in Qlikview.&lt;/P&gt;&lt;P&gt;So i just want to know if there is a way to call (compile and execute) these java codes directly in qlikview instead of re writing the whole code in sql. If anyone is aware of any documentation or links which explain this, then could you please share them with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shanthi&amp;nbsp; &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/Calling-java-codes-in-Qlikview-directly/m-p/438062#M1235519</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438063#M1235522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One approach would be to wrap the java code as a web service and call the web service from the QV load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 03:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438063#M1235522</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-06-05T03:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438064#M1235526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Btw. you can start an external program in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute&lt;/STRONG&gt; cmd.exe /C "java -jar myclass.jar";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 08:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438064#M1235526</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-06-05T08:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438065#M1235529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob and Ralf for your quick replies. I will try both methods and will post my doubts/results here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438065#M1235529</guid>
      <dc:creator />
      <dc:date>2013-06-05T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438066#M1235531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we run a jar file from qv load script and consume the output in qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my jar is encrypting the data, I would like to consume the encrypted data and display in my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in my second jar i have the decryption code, which when called need to display decrypted data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there is an alternate way to do this. The restriction is I can only use java .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 14:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438066#M1235531</guid>
      <dc:creator />
      <dc:date>2015-03-12T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438067#M1235533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you could write a Java program which either de- or encrypts the data with your lib and stores it as CSV which you call in load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;execute&lt;/STRONG&gt; cmd.exe /C "java -jar myprogram.jar";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, you write a JDBC wrapper driver (or we can do this) which does the job (de- or encryption) on the resultset and then use our JDBC connector to stream the data directly into QlikView. In this case there will no data written persisent to disk outside of QlikView like in the first case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 19:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438067#M1235533</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2015-03-12T19:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438068#M1235535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we don't want the decrypted csv sitting on any server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls share an example of the JDBC wrapper?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438068#M1235535</guid>
      <dc:creator />
      <dc:date>2015-03-13T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling java codes in Qlikview directly</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438069#M1235536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just google it. It's basically a JDBC driver implementation which wrappes another JDBC driver (that one you would use to access the database or files) where you overwrite/extend some methods for a special purpose like the de- or encryption in your case..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-java-codes-in-Qlikview-directly/m-p/438069#M1235536</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2015-03-13T12:16:43Z</dc:date>
    </item>
  </channel>
</rss>

