<?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: Qlikview SDK/API for Java Application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261133#M397755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can interface to the QlikView Management API to obtain metadata of published documents, locations, users, licenses, tasks etc. The interface is .NET based, so I'm not sure whether you'll be able to connect from a Java environment without writing an inordinate amount of interface code yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: &lt;A href="http://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/" title="http://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/"&gt;QMS API Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I read between the lines, I understand that you also want to load data and reports themselves? ¨Please keep in mind that QlikView has no global repository for BI content (like Sense does). All documents are self-contained QVW files and access to their content on disk is only possible with a direct connection (like a BINARY load) using QlikView tools. The existing services (except for the QVS service) have no idea what's inside these documents and they don't really care.&lt;/P&gt;&lt;P&gt;The most common technique for accessing and/or reusing BI content in QV documents is by exporting the data (as tables or data models) during script execution or in the UI, or by adding another QV stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2017 10:40:58 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-02-14T10:40:58Z</dc:date>
    <item>
      <title>Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261129#M397751</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 want to develop a spring based java application which could fetch metadata of reports/dashboards from Qlikview backend and store it in its own DB. Is there any SDK or API provided by Qlikview&amp;nbsp; to interact with its backend by a Java application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 09:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261129#M397751</guid>
      <dc:creator />
      <dc:date>2017-02-13T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261130#M397752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look here: &lt;A href="https://community.qlik.com/docs/DOC-2457"&gt;How to connect Hadoop Hive&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 13:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261130#M397752</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-13T13:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261131#M397753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks marcus, this is very helpful but I needed an API which can fetch objects (like reports) from qlikview infrastructure and store its metadata (like report name, path, containing folder etc) into a DB. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 08:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261131#M397753</guid>
      <dc:creator />
      <dc:date>2017-02-14T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261132#M397754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if it's possible and also sensible to try it from the outside with an java-application. AFAIK the best way to read and collect all possible kinds of meta-data is qlikview itself. The meta-data from a qvw and a qvd reside within the xml-header of the files and could be easily read with qlikview or any browser/editor. Also most of the various config- or log-files are xml- or plain text-files. This meant if your java-application could just read xml- and plain text-files you didn't need anything else - whereby it might be helpful to look into the various already existing tools like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/governance-dashboard/2.0/Content/Getting-Started-with-the-Governance-Dashboard.htm" title="https://help.qlik.com/en-US/governance-dashboard/2.0/Content/Getting-Started-with-the-Governance-Dashboard.htm"&gt;https://help.qlik.com/en-US/governance-dashboard/2.0/Content/Getting-Started-with-the-Governance-Dashboard.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2614"&gt;Governance Materials.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to do something with java and you needs some support I think you should contact &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;rbecher&lt;/A&gt; who is an expert on java-stuff with qlikview, see: &lt;A href="https://www.tiq-solutions.de/en/solutions/qlik-solutions/qvd-converter/" title="https://www.tiq-solutions.de/en/solutions/qlik-solutions/qvd-converter/"&gt;QVD Converter - TIQ Solutions&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261132#M397754</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-14T10:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261133#M397755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can interface to the QlikView Management API to obtain metadata of published documents, locations, users, licenses, tasks etc. The interface is .NET based, so I'm not sure whether you'll be able to connect from a Java environment without writing an inordinate amount of interface code yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: &lt;A href="http://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/" title="http://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/"&gt;QMS API Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I read between the lines, I understand that you also want to load data and reports themselves? ¨Please keep in mind that QlikView has no global repository for BI content (like Sense does). All documents are self-contained QVW files and access to their content on disk is only possible with a direct connection (like a BINARY load) using QlikView tools. The existing services (except for the QVS service) have no idea what's inside these documents and they don't really care.&lt;/P&gt;&lt;P&gt;The most common technique for accessing and/or reusing BI content in QV documents is by exporting the data (as tables or data models) during script execution or in the UI, or by adding another QV stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261133#M397755</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-14T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261134#M397756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for such useful information, Peter. I will look into &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QlikView Management API to explore possibility to connect Qlikview from Java environment. Let me clarify that I don't want to load reports themselves into the application&amp;nbsp; but only their metadata. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sole purpose of the application is to provide a common platform from where user can access reports from multiple Reporting tools(Qlikview, Cognos).It provides a UI from where reports(on selection)&amp;nbsp; navigate through the actual report path, so its&amp;nbsp; basically a redirection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have already integrated Cognos and used API provided to interact with its content store. So I was looking for an API that can do something similar on QMC or QMS level in Qlikview. I understood now that there is no global repository for Qlikview but I am keen to know how Qlikview Management Console keeps track of QVW files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Rohan S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 11:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1261134#M397756</guid>
      <dc:creator />
      <dc:date>2017-02-14T11:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1699029#M451103</link>
      <description>&lt;P&gt;Did you find any approach for your requirement. If Yes please let me know, I am working on similart kind of work.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 09:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1699029#M451103</guid>
      <dc:creator>shyamerukala</dc:creator>
      <dc:date>2020-05-05T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview SDK/API for Java Application</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1781085#M1209461</link>
      <description>&lt;P&gt;Did any one find the solution/API to access the data from java application&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 06:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-SDK-API-for-Java-Application/m-p/1781085#M1209461</guid>
      <dc:creator>jqlikscence</dc:creator>
      <dc:date>2021-02-09T06:32:02Z</dc:date>
    </item>
  </channel>
</rss>

