<?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: QVW Metadata - hides the sheet name for objects inside containers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440530#M432285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you getting the metadata?&amp;nbsp; Are you loading the QVW directly or using -prj folders?&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, 08 Nov 2017 17:55:14 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-11-08T17:55:14Z</dc:date>
    <item>
      <title>QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440529#M432284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a 7 months QV Developer and have a requirement to audit the occurance of customer sensitive data in my inherited library of QV Apps. I have found the QVW Metatdata very useful and can create&amp;nbsp; a table of filename, sheet name, table name, field (expression or dimension), definition etc. and I can string search the definitions for customer data fields . So far so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I find that when tables have been placed into containers only the container object is listed in the metadata table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[DocumentSummary/Sheet/ChildObjects/ObjectId]&amp;nbsp; and this seems to be the only place where you can link to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[DocumentSummary/Sheet] to get the sheet name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also not been able to find in Metadata any connection between the tables and their container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for all those tables that are in containers the best I can do is indicate that they are in the QVW and on one of many possible sheets that have container objects. But it would be better to be able to pin this down to the exact correct sheet as containers are frequently used here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wondered if anyone else tried this and found a workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a old version of QlikView 11.20.13206.0 SR13 64 bit Edition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, Clare&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 17:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440529#M432284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T17:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440530#M432285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you getting the metadata?&amp;nbsp; Are you loading the QVW directly or using -prj folders?&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, 08 Nov 2017 17:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440530#M432285</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-08T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440531#M432286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I borrowed the same script that Governance Dashboard uses. Here is the basic script using one named QVW&lt;/P&gt;&lt;P&gt;When implemented I would loop through all the QVW’s from a list of those that are in active use&lt;/P&gt;&lt;P&gt;             Object:&lt;/P&gt;&lt;P&gt;              LOAD&lt;/P&gt;&lt;P&gt;                     'Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw|'&amp;amp;ObjectId%Table                          as objectId,&lt;/P&gt;&lt;P&gt;                  'Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw|'&amp;amp;%Key_Sheet_A4D568A6CD8BD40A as sheetMap&lt;/P&gt;&lt;P&gt;              FROM Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw (XmlSimple, Table is );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Sheet:&lt;/P&gt;&lt;P&gt;              LOAD&lt;/P&gt;&lt;P&gt;                  'Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw|'&amp;amp;%Key_Sheet_A4D568A6CD8BD40A as sheetMap,&lt;/P&gt;&lt;P&gt;                     SheetId &amp;amp; ': ' &amp;amp; Title                                as sheet&lt;/P&gt;&lt;P&gt;              FROM Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw (XmlSimple, Table is );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             SheetObject:  //All sheet objects but sheet not identified in this table – useful to get the caption and type though&lt;/P&gt;&lt;P&gt;              LOAD&lt;/P&gt;&lt;P&gt;              ObjectId  as ObjectId2,&lt;/P&gt;&lt;P&gt;             Caption,&lt;/P&gt;&lt;P&gt;              Type,&lt;/P&gt;&lt;P&gt;             Field,&lt;/P&gt;&lt;P&gt;             Text,&lt;/P&gt;&lt;P&gt;             %Key_DocumentSummary_3E3ED09C8BC69525    // Key to parent table: DocumentSummary&lt;/P&gt;&lt;P&gt;              FROM Z:\QlikViewR2\Ops\Depots\Depot Scorecard.qvw (XmlSimple, Table is );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I ‘see’ the available tables in the qvw metadata through this screen when do a load of table files in editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data has gaps for sheet as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because Objects like CH360 and CH363 are not in the table  but the containers they sit in are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know what ‘using the –prj folders’ means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping, Clare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.flogas.co.uk&amp;gt;[Safety First]&amp;lt;http://&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clare Freeman&lt;/P&gt;&lt;P&gt;Senior Business Intelligence Developer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.flogas.co.uk&amp;lt;http://www.flogas.co.uk&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please don't print this e-mail unless you really need to.&lt;/P&gt;&lt;P&gt;This electronic message contains information from Flogas Britain Ltd, which may be privileged or confidential. The information is intended for use only by the individual(s) or entity name above. If you are not the intended recipient, be aware that any disclosure, copying distribution or use of the contents of this information is strictly prohibited. Activity and use of the Flogas Britain Ltd e-mail system is monitored to secure its effective operation and for other lawful business purposes. Communications using this system will also be monitored and may be recorded to secure effective operation and for other lawful business purposes.&lt;/P&gt;&lt;P&gt;This message has not been encrypted. It may therefore be liable to compromise. It is your responsibility to scan this message for viruses. Viruses and compromises of security are inherent risks in relation to email. To the extent permitted by law we do not accept any liability for any virus infection and/or external compromise of security in relation to transmissions by email.&lt;/P&gt;&lt;P&gt;Any personal views expressed in this message are not necessarily the views of Flogas Britain Ltd, its members or employees. Please note that contracts may NOT be concluded on behalf of Flogas Britain Ltd by email.&lt;/P&gt;&lt;P&gt;Flogas Britain is a limited company registered in England with registered number 993638.&lt;/P&gt;&lt;P&gt;The registered office of Flogas Britain is Rayns Way, Watermead Business Park, Syston, Leicester LE7 1PF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440531#M432286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440532#M432287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't speak to the script that Governance dashboard uses, but I've always had difficulty getting a through analysis using just the QVW XML.&amp;nbsp; As an alternative, you might want to try the Document Analyzer tool which I know handles container objects fine.&amp;nbsp; If you want to analyze multiple QVWs in a single go, use the DABatch script to analyze all QVWs in a directory.&amp;nbsp; Then load the result QVDs -- see the DACOmpareTool.qvw for an example -- and build your analysis from that data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the utilities I referenced above can be downloaded in the zip file here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: QV Document Analyzer &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/document-analyzer/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/document-analyzer/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 20:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440532#M432287</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-11T20:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440533#M432288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way might be to read the document layout of a qvw which could be exported per menu: file--&amp;gt;export--&amp;gt;document layout or per macro which creates also a xml-file with a similar structure like the xml-header of a qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 10:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440533#M432288</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-12T10:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: QVW Metadata - hides the sheet name for objects inside containers</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440534#M432289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus is suggesting the -prj folders (document layout is same form) I mentioned earlier.&amp;nbsp; The Sheet-&amp;gt;Object and Container-&amp;gt;Object mapping is in the QlikviewProject.xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to go that route you can generate the -prj files in batch using this tool:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Prj Tool &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/prj-tool/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/prj-tool/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 23:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Metadata-hides-the-sheet-name-for-objects-inside-containers/m-p/1440534#M432289</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-12T23:25:27Z</dc:date>
    </item>
  </channel>
</rss>

