<?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 Viewing all input sources and output files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285932#M582458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alikim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This information to my knowledge isnt recorded in qlikview metadata. But you can generate log file while reload and this can be loaded as a tab delimited file and analyse what you need. Of course you need to carefully filter what you need which may be a labouries task but achievable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 17:07:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-07T17:07:04Z</dc:date>
    <item>
      <title>Viewing all input sources and output files</title>
      <link>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285931#M582457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get a graphical view of all input and output files of a qlikview document, similar to how the Table Viewer gives a graphical representation of all the tables being used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not a graphical view, perhaps even a list view displaying where my qlikview document reads in data from, and what qvd files the document is creating?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 15:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285931#M582457</guid>
      <dc:creator />
      <dc:date>2011-12-07T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Viewing all input sources and output files</title>
      <link>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285932#M582458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alikim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This information to my knowledge isnt recorded in qlikview metadata. But you can generate log file while reload and this can be loaded as a tab delimited file and analyse what you need. Of course you need to carefully filter what you need which may be a labouries task but achievable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 17:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285932#M582458</guid>
      <dc:creator />
      <dc:date>2011-12-07T17:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing all input sources and output files</title>
      <link>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285933#M582461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't exactly what you're asking for but may be helpful.&amp;nbsp; I include script like this in all of my user applications, then show a chart with this data on it.&amp;nbsp; I don't expect any users ever go to the tab and look at it, but it's quite convenient for me as a developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Data Source Load Times]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;"Data Source"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,timestamp(rangemax(evaluate('qvdcreatetime(' &amp;amp; chr(39) &amp;amp; '..\..\server\MasterData\QVD\' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; replace("Data Source",' ','_') &amp;amp; '.qvd' &amp;amp; chr(39) &amp;amp; ')')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,evaluate('qvdcreatetime(' &amp;amp; chr(39) &amp;amp; '..\..\server\MasterData\QVD\' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; replace("Data Source",' ','')&amp;nbsp; &amp;amp; '.qvd' &amp;amp; chr(39) &amp;amp; ')'))) as "Last Loaded"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Data Source&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Catalog&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Coil&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Manufacturing Instructions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Order Item&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Order Item Expected Proceeds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285933#M582461</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-07T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Viewing all input sources and output files</title>
      <link>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285934#M582462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Head on over to the Meta Model group &lt;A _jive_internal="true" href="https://community.qlik.com/groups/meta-model-qv-power-tool"&gt;http://community.qlik.com/groups/meta-model-qv-power-tool&lt;/A&gt; and you'll find everything you need even a graphical view of input and output. &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://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 06:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Viewing-all-input-sources-and-output-files/m-p/285934#M582462</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-08T06:38:52Z</dc:date>
    </item>
  </channel>
</rss>

