<?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: Reading qvds in loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852819#M299010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your logic is correct but my path is inccorrect and i had corrected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 11:33:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-09T11:33:18Z</dc:date>
    <item>
      <title>Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852813#M299004</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 want to load all qvds from specific folder in loop .i have tried it using * .Its working good.&lt;/P&gt;&lt;P&gt;But i want to load it in loop using for and next .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions are appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852813#M299004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852814#M299005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P class="Code"&gt;FOR Each File in filelist (Folder &amp;amp; ' \*.QVD')&lt;/P&gt;&lt;P class="Code"&gt;LOAD &lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; background-color: initial;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; background-color: initial;"&gt;FROM $(File) (QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class="Code"&gt;NEXT File&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852814#M299005</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-09T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852815#M299006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;path_Alles&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '..\..\myDir\myFile_*.xlsx';&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;filelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;path_Alles&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;MyTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD *&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(File)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Display);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;next&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Let me know&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852815#M299006</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-09T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852816#M299007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Generate a list of files (review Rob Wunderlich website for&amp;nbsp; list all files in folder solution)&lt;/LI&gt;&lt;LI&gt;Use this list to load files one by one using variables and peek functions&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generated table with file:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;FilePath,... , .... , .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load QVD's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i = 1 to noofrows(Table)-1&lt;/P&gt;&lt;P&gt;let file_to_load= peek('FilePath', $(i),'Table');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * $(from file_to_load) (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852816#M299007</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2015-06-09T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852817#M299008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I tried your code but while execution of script it is exiting out of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let path_Alles = 'QvApps Test\New Folder\Qvd Generator\*.qvd';&lt;/P&gt;&lt;P&gt;let File = 'QvApps Test\New Folder\Qvd Generator';&lt;/P&gt;&lt;P&gt;for each File in filelist ('$(path_Alles)')&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM [QvApps Test\New Folder\Qvd Generator];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;STORE MyTable into MyTable2.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852817#M299008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852818#M299009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Try with this but verify if your path is correct ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let path_Alles = 'QvApps Test\New Folder\Qvd Generator\*.qvd';&lt;/P&gt;&lt;P&gt;or each File in filelist (path_Alles)&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM $(File)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;STORE MyTable into MyTable2.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 10:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852818#M299009</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-09T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852819#M299010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your logic is correct but my path is inccorrect and i had corrected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 11:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852819#M299010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading qvds in loop</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852820#M299011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for your suggestions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 11:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-qvds-in-loop/m-p/852820#M299011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T11:35:50Z</dc:date>
    </item>
  </channel>
</rss>

