<?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: Load multiple similar files except one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283393#M402176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;For each file in FileList('Path\FilePrefix*.qvd')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if subfield('$(file)', '\', -1) &amp;lt;&amp;gt; '&lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_610.qvd' then&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEMP_FILE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * From [$(file)] (qvd);&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Gmina:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;NIP00 as NIP,&lt;/P&gt;&lt;P&gt;ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0) as Gmina_Nazwa&lt;/P&gt;&lt;P&gt;Resident &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TEMP_FILE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;WHERE ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2017 09:43:10 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-01-20T09:43:10Z</dc:date>
    <item>
      <title>Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283389#M402172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 table files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T7PLD1_600,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_604,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_610,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_PH3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And map to these tables:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Map_Gmina:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;NIP00 as NIP,&lt;/P&gt;&lt;P&gt;ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0) as Gmina_Nazwa&lt;/P&gt;&lt;P&gt;FROM $(IBS_QVD)&lt;STRONG&gt;T7PLD1_*&lt;/STRONG&gt;.qvd(qvd)&lt;/P&gt;&lt;P&gt;WHERE ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main problem is that i would like to read all tables except &lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_610. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How to do this in the simplest way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 07:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283389#M402172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283390#M402173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to exclude a file by using a (to wide specified) wildcard. To solve such a task you will need to load the files with a loop through a filelist() and which you could extend with various checkings, for example to the filename. Within the help by "for each ..." is a good example of it and also here: &lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside them you shouldn't load a mapping-table with a wildcard or any other loop. Better is to load these files at first normal and afterwards you creates the mapping-table with a resident load on your previous loaded temp-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 07:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283390#M402173</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-20T07:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283391#M402174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you Marcus for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is difficult I see using this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;filelist()&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i can imagine how this hould work:&lt;/P&gt;&lt;P&gt;1. Define list of files&lt;/P&gt;&lt;P&gt;2. do a loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it and return with results here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why mapping through a few tables is a bad idea? It is slower or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Wishes&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 08:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283391#M402174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283392#M402175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to do within filelist() not an adress but inline table with adresses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for 3 tables :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Variable =&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;$(IBS_QVD) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;T7PLD1_600,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(IBS_QVD) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;T7PLD1_604,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(IBS_QVD) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;T7PLD1_PH3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;For each file in FileList(&lt;SPAN style="font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEMP_FILE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Next;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;something like that?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jacek&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 08:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283392#M402175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T08:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283393#M402176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;For each file in FileList('Path\FilePrefix*.qvd')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if subfield('$(file)', '\', -1) &amp;lt;&amp;gt; '&lt;SPAN style="font-size: 13.3333px;"&gt;T7PLD1_610.qvd' then&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEMP_FILE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * From [$(file)] (qvd);&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Gmina:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;NIP00 as NIP,&lt;/P&gt;&lt;P&gt;ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0) as Gmina_Nazwa&lt;/P&gt;&lt;P&gt;Resident &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TEMP_FILE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;WHERE ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 09:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283393#M402176</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-20T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283394#M402177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Map_Gmina:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mapping load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NIP00 as NIP,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0) as Gmina_Nazwa&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TEMP_FILE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE ApplyMap('Gmina_Klucz',REGIO &amp;amp; '-' &amp;amp; COUNC &amp;amp; '-' &amp;amp; TERY2,0)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- but i don't know why I should this use? What is purpose? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 10:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283394#M402177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-20T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple similar files except one</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283395#M402178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A mapping-table is a special kind of a temporary table - you couldn't see them and access them in any way unless with the few specified mapping-functions respectively mapping-statements. Because of these special logic there are some further features like them that each single load-run will create an own mapping-table and not auto-concateanted like other tables with the same data-structure. This meant your mapping-table would only contain the data from the very first load and therefore an applymap() on them wouldn't return the expected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 10:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-similar-files-except-one/m-p/1283395#M402178</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-20T10:26:52Z</dc:date>
    </item>
  </channel>
</rss>

