<?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: What difference does the above code with the following code? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913931#M652319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's an issue with using the wildcard * in your filename and the preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The preceding load should work correctly when you use a For Each vFile in FileList(..) .... NEXT vFile instead of the wildcard (there is a sample in the HELP on how to use for each).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 10:27:25 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-07-24T10:27:25Z</dc:date>
    <item>
      <title>What difference does the above code with the following code?</title>
      <link>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913929#M652317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello dears&lt;/P&gt;&lt;P&gt;i want Load All Excel File In Folder Dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote as follows no particular problem&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Sales :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileName() as FileName,RowNo() as RowNumber,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rep,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Units,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unit Cost],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales_*.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In this image, that's no problem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="01.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/93887_01.png" style="height: 267px; width: 620px;" /&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;But if Wrote&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Only a file called&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What difference does the above code with the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Load * ,&amp;nbsp; FileName() as FileName,RowNo() as RowNumber;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderDate,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rep,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Units,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Unit Cost],&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales_*.xls&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="02.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/93888_02.png" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;-----------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 10:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913929#M652317</guid>
      <dc:creator />
      <dc:date>2015-07-24T10:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: What difference does the above code with the following code?</title>
      <link>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913930#M652318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second code is using what is called a 'preceding load', maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/preceding-load-qlikview/" title="http://www.quickintelligence.co.uk/preceding-load-qlikview/"&gt;http://www.quickintelligence.co.uk/preceding-load-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to help you with understanding it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913930#M652318</guid>
      <dc:creator />
      <dc:date>2015-07-24T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: What difference does the above code with the following code?</title>
      <link>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913931#M652319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's an issue with using the wildcard * in your filename and the preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The preceding load should work correctly when you use a For Each vFile in FileList(..) .... NEXT vFile instead of the wildcard (there is a sample in the HELP on how to use for each).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 10:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-difference-does-the-above-code-with-the-following-code/m-p/913931#M652319</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-24T10:27:25Z</dc:date>
    </item>
  </channel>
</rss>

