<?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: Extract all meta data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507176#M189666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is true that the Governance Dashboard does not require Server - especially if you are just interested in QVW (and/or QVD and QVX) metadata.&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Dec 2013 17:55:56 GMT</pubDate>
    <dc:creator>Tyler_Waterfall</dc:creator>
    <dc:date>2013-12-26T17:55:56Z</dc:date>
    <item>
      <title>Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507169#M189659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a .qvw file with hundreds of expressions and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to extract all the meta data and perform analyses.&amp;nbsp; For example return all the sheets and object names where an expression label is equal to 'x'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot figure out a way of doing this.&amp;nbsp; The things I've tried are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Expression Overview&amp;nbsp; - I exported the results however this will return a label only if it's an expression (ie '=X)' not a literal (i.e. 'X')&lt;/LI&gt;&lt;LI&gt;Rob wunderlich's DocumentAnalyzer. - This didn't return the label if it was a literal value only an expression.&amp;nbsp; (same as expression overview)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last resort is to create project files.&amp;nbsp; I can see the .xml files have the label name however I will have to write a program to parse these files and I'd rather not re-invent the wheel if it's already been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507169#M189659</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-12-19T13:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507170#M189660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a few tools that help you look at the metadata in your documents such as meta monitor and the Governance Dashboard but there is another way of looking at the meta tables in your document. I am not sure how the labels are shown though.&lt;/P&gt;&lt;P&gt;Start by opening "Table Files" just as if you were going to load an .xls file. Select all files and choose the .qvw file you want to look at. When the file opens in the wizard it doesn't make any sense but when you select xml as a file type you will be able to se the meta tables. In the sheet object table you can see the caption of the objects among other things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skärmklipp.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50677_Skärmklipp.PNG.png" style="width: 620px; height: 361px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507170#M189660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507171#M189661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to suggest Rob Wunderlich's app but alternatively try the QlikView Governance Dashboard available here: &lt;A href="http://market.qlik.com/qlikview-governance-dashboard.html"&gt;http://market.qlik.com/qlikview-governance-dashboard.html&lt;/A&gt; (you need a QlikView Server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507171#M189661</guid>
      <dc:creator />
      <dc:date>2013-12-19T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507172#M189662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Document Analyzer writes the object properties to xml files. You can use these to extract for example the labels. Look at the code that extracts the font names. You could copy and adapt that to extract labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507172#M189662</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-19T13:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507173#M189663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think you need the server but of course you won't pick up any server or performance information however I still think you will pick up the metadata from the .qvw files in the designated path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 13:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507173#M189663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507174#M189664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't realse you could just point QV and an existing .qvw file and extract the meta data,&amp;nbsp; That gives me what I need, thanks Nils.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I can't find the 'QlikView Governance Dashboard' download link.&amp;nbsp; I think my QV user account has changed since moving between jobs and I've lost some access.&amp;nbsp; Will check that out later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gysbert, I'll check out your suggestion when I get some free time, thanks for this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507174#M189664</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-12-19T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507175#M189665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;You can find the Governance Dashboard in the QlikMarket &lt;A class="loading" href="https://market.qlik.com/"&gt;https://market.qlik.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507175#M189665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T14:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extract all meta data</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507176#M189666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is true that the Governance Dashboard does not require Server - especially if you are just interested in QVW (and/or QVD and QVX) metadata.&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 17:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-all-meta-data/m-p/507176#M189666</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2013-12-26T17:55:56Z</dc:date>
    </item>
  </channel>
</rss>

