<?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: Ignore Certain Excel Files from path in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636643#M446837</link>
    <description>&lt;P&gt;for each vFile in filelist('yourpath\*.xls')&lt;/P&gt;&lt;P&gt;if substring('$(vFile)',\',-1) like '*3rd Party' then&lt;/P&gt;&lt;P&gt;Trace 3rd Party, not loaded;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from $(vFile);&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 11:51:57 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2019-10-17T11:51:57Z</dc:date>
    <item>
      <title>Ignore Certain Excel Files from path</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636629#M446835</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I'm Loading all excel files from particular Path by giving * (around 50 excel files) .&lt;/P&gt;&lt;P&gt;I want to restrict (dont want to read them) some excel files Starting with '3rd Party' .&lt;/P&gt;&lt;P&gt;How do i do that ?&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636629#M446835</guid>
      <dc:creator>kiranpatil123</dc:creator>
      <dc:date>2024-11-16T19:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Certain Excel Files from path</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636643#M446837</link>
      <description>&lt;P&gt;for each vFile in filelist('yourpath\*.xls')&lt;/P&gt;&lt;P&gt;if substring('$(vFile)',\',-1) like '*3rd Party' then&lt;/P&gt;&lt;P&gt;Trace 3rd Party, not loaded;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from $(vFile);&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 11:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636643#M446837</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-10-17T11:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Certain Excel Files from path</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636668#M446838</link>
      <description>&lt;P&gt;Or maybe like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;for each file in filelist('C:\Users\admin\Desktop\Neuer Ordner\*.xlsx')
   if WildMatch(text('$(file)'), '*3rd Party*') = 0 then
      load * 
      from [$(file)] (ooxml, embedded labels, table is Tabelle1)  ;
   end if   
next&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Certain-Excel-Files-from-path/m-p/1636668#M446838</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-10-17T12:18:27Z</dc:date>
    </item>
  </channel>
</rss>

