<?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: Acquire meta data from QlikView documents? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761162#M718506</link>
    <description>&lt;P&gt;Did you try to load the xml-metadata of the qvw's? If not just use the table-wizard to pick the qvw and choose xml as file-format.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 13:37:28 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-11-12T13:37:28Z</dc:date>
    <item>
      <title>Acquire meta data from QlikView documents?</title>
      <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1760971#M718505</link>
      <description>&lt;P&gt;Question: We have an internal project to harvest meta data&amp;nbsp;from multiple qvw files to retrieve&amp;nbsp;information on documents, load scripts, sheets, objects, fields, expressions and reports.&amp;nbsp; I can see that there are APIs that provide different levels of access, e.g. QMS SOAP API and QlikView Javascript API as described here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm" target="_self"&gt;https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see in the QMS wsdl that we can use get fields but how to identify expressions and load scripts please?&amp;nbsp; I'm using Java rather than VB / .NET.&amp;nbsp; Any guidance appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1760971#M718505</guid>
      <dc:creator>Bimal</dc:creator>
      <dc:date>2020-11-20T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Acquire meta data from QlikView documents?</title>
      <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761162#M718506</link>
      <description>&lt;P&gt;Did you try to load the xml-metadata of the qvw's? If not just use the table-wizard to pick the qvw and choose xml as file-format.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 13:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761162#M718506</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-11-12T13:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Acquire meta data from QlikView documents?</title>
      <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761167#M718507</link>
      <description>&lt;P&gt;The QMS API is SOAP-based, and enables you to inspect/maintain the QlikView deployment infrastructure but not the contents of the QlikView documents.&lt;/P&gt;&lt;P&gt;To see inside QlikView documents you'll need to consider the OCX API or OLE Automation using the QlikView client. There is no convenient Java API for QlikView.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/latest/Subsystems/Automation/Content/QV_Automation/automation-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/latest/Subsystems/Automation/Content/QV_Automation/automation-introduction.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 13:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761167#M718507</guid>
      <dc:creator>MichaelRobertshaw</dc:creator>
      <dc:date>2020-11-12T13:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Acquire meta data from QlikView documents?</title>
      <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761174#M718508</link>
      <description>&lt;P&gt;The best way without making code by yourself is&amp;nbsp;&lt;SPAN&gt;QV Document Analyzer&lt;/SPAN&gt;&amp;nbsp;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qlikviewcookbook.com/tools/#squelch-taas-accordion-shortcode-content-6" target="_blank"&gt;https://qlikviewcookbook.com/tools/#squelch-taas-accordion-shortcode-content-6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 14:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761174#M718508</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-12T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Acquire meta data from QlikView documents?</title>
      <link>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761333#M718509</link>
      <description>&lt;P&gt;I've used com4j in the past to bridge java into the OLE Automation COM Api.&amp;nbsp; It works, still requires you to run a desktop.&lt;/P&gt;&lt;P&gt;You can get some information reading the xml metadata in the qvw files --&amp;nbsp; some document properties, Tables, Fields, Objects and Expressions used in the Expression pane.&amp;nbsp; No script or attribute expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might also consider running my free Document Analyzer tool in batch (&lt;A href="https://qlikviewcookbook.com/2017/07/document-analyzer-batch-analysis/" target="_blank"&gt;https://qlikviewcookbook.com/2017/07/document-analyzer-batch-analysis/&lt;/A&gt;) to collect data and process the CSV and QVD output with a tool of your choice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 20:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Acquire-meta-data-from-QlikView-documents/m-p/1761333#M718509</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-11-12T20:36:47Z</dc:date>
    </item>
  </channel>
</rss>

