<?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: Help in Loading files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905475#M314713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;But using * didn't work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2015 09:56:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-09T09:56:49Z</dc:date>
    <item>
      <title>Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905472#M314710</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 have a variable which contains the file name as 'MM YYYY ABC Test_xyz.xls'.&lt;/P&gt;&lt;P&gt;The actual file name is 01 2015 ABC Test_xyz.xls.&lt;/P&gt;&lt;P&gt;There is a folder which contains many files with different filenames.&lt;/P&gt;&lt;P&gt;I have to load only those files from a folder whose file name matches with the pattern 'MM YYYY ABC Test_xyz.xls'.&lt;/P&gt;&lt;P&gt;MM YYYY may change depending on the year and month values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 04:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905472#M314710</guid>
      <dc:creator />
      <dc:date>2015-05-09T04:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905473#M314711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use wildcard in the place of MM YYYY .&lt;/P&gt;&lt;P&gt;You can try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&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;BR /&gt; [Travel pjt\?? ???? ABC Test_xyz.xlsx]&lt;BR /&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; Sheet1);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 05:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905473#M314711</guid>
      <dc:creator />
      <dc:date>2015-05-09T05:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905474#M314712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;FOR Each File in filelist ('Files\*ABC Test_xyz.xlsx')&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD A,B&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(File)'&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;NEXT File;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 05:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905474#M314712</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-09T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905475#M314713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;But using * didn't work. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 09:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905475#M314713</guid>
      <dc:creator />
      <dc:date>2015-05-09T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905476#M314714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting any errors?&lt;/P&gt;&lt;P&gt;Is the difference in pattern always MM YYYY?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 10:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905476#M314714</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-09T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Loading files</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905477#M314715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[?? ???? ABC*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 11:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Loading-files/m-p/905477#M314715</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-09T11:55:42Z</dc:date>
    </item>
  </channel>
</rss>

