<?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 how to do in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880029#M307129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a list of files loaded to my application &lt;/P&gt;&lt;P&gt;Is there any way to get it ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;I loaded file name "xxx" and "zzz" &lt;BR /&gt;The list :&lt;BR /&gt;"xxx"&lt;/P&gt;&lt;P&gt;"zzz"&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;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 12:39:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-03T12:39:41Z</dc:date>
    <item>
      <title>how to do</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880029#M307129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a list of files loaded to my application &lt;/P&gt;&lt;P&gt;Is there any way to get it ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;I loaded file name "xxx" and "zzz" &lt;BR /&gt;The list :&lt;BR /&gt;"xxx"&lt;/P&gt;&lt;P&gt;"zzz"&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;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880029#M307129</guid>
      <dc:creator />
      <dc:date>2015-07-03T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to do</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880030#M307130</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;If this list of files to load is static then I will just turn the list into a table and use either FOR Each LOOP or FOR LOOP to pick up each value in the table to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880030#M307130</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-07-03T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to do</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880031#M307131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOR Each file in 'xxx', 'zzz'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * FROM $(file).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 15:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880031#M307131</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-03T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to do</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880032#M307132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load filebasename() as file, *&lt;/P&gt;&lt;P&gt;from *.txt (...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jul 2015 07:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do/m-p/880032#M307132</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-04T07:47:04Z</dc:date>
    </item>
  </channel>
</rss>

