<?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 Using FileName() without loading all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859075#M654785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a folder of daily Open Order extracts in QVD format. The files are named D_OO_YYYYDD. I want to create a table of all dates that are accounted for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could Load FileName() From D_OO_*.qvd, but then all the data is ran through for each QVD. Is there a better way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 07:32:34 GMT</pubDate>
    <dc:creator>matthewjbryant</dc:creator>
    <dc:date>2015-07-01T07:32:34Z</dc:date>
    <item>
      <title>Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859075#M654785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a folder of daily Open Order extracts in QVD format. The files are named D_OO_YYYYDD. I want to create a table of all dates that are accounted for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could Load FileName() From D_OO_*.qvd, but then all the data is ran through for each QVD. Is there a better way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859075#M654785</guid>
      <dc:creator>matthewjbryant</dc:creator>
      <dc:date>2015-07-01T07:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859076#M654786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes: &lt;/P&gt;&lt;P&gt;for each vFile in FileList('your path\*.qvd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vFile)' as Filelistnames&lt;/P&gt;&lt;P&gt;autogenerate(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next vFile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859076#M654786</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2015-07-01T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859077#M654789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try First option&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;First 10&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&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;Load FileName() From D_OO_*.qvd;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Load FileName() From D_OO_*.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WHERE RecNo() = 1;&lt;BR /&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Hope this helps you.&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859077#M654789</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-01T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859078#M654792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;First 1&lt;/P&gt;&lt;P&gt;Load FileName() &lt;/P&gt;&lt;P&gt;From &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;D_OO_*.qvd&lt;/SPAN&gt; (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Load FileName() From D_OO_*.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;WHERE RecNo() = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Both are working, but first one is faster.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859078#M654792</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-01T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859079#M654794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought there had to be a loop! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859079#M654794</guid>
      <dc:creator>matthewjbryant</dc:creator>
      <dc:date>2015-07-01T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859080#M654798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looping will take more time.&amp;nbsp; Instead use First N option.&amp;nbsp; It is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859080#M654798</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-01T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using FileName() without loading all data</title>
      <link>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859081#M654801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just tried it, but I'm finding the loop much quicker. Maybe it's because the data is stored on a networked drive and not my local PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Logically though, it makes more sense that the loop would be quicker as it just has to look at the file names, which it has to do anyway to load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 08:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-FileName-without-loading-all-data/m-p/859081#M654801</guid>
      <dc:creator>matthewjbryant</dc:creator>
      <dc:date>2015-07-01T08:02:36Z</dc:date>
    </item>
  </channel>
</rss>

