<?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: Count loaded files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865614#M658581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know about files but tables you can count as below&lt;/P&gt;&lt;P&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;NoOfTables()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 09:25:17 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-04-20T09:25:17Z</dc:date>
    <item>
      <title>Count loaded files?</title>
      <link>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865613#M658580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load files with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM ../../QVD/*DATA.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I count how many files i have loaded in the report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 09:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865613#M658580</guid>
      <dc:creator>qlikconsultant</dc:creator>
      <dc:date>2015-04-20T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count loaded files?</title>
      <link>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865614#M658581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know about files but tables you can count as below&lt;/P&gt;&lt;P&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;NoOfTables()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 09:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865614#M658581</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-20T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count loaded files?</title>
      <link>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865615#M658582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to achieve this would be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename() as filename,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[../../QVD/*DATA.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FileCount:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count(DISTINCT filename) as FileCount&lt;/P&gt;&lt;P&gt;RESIDENT Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFileCount = peek('FileCount', -1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE FileCount;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 09:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-loaded-files/m-p/865615#M658582</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2015-04-20T09:46:28Z</dc:date>
    </item>
  </channel>
</rss>

