<?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: Wildmatch 2 excel files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159141#M918046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution is not working for you at all, or you find Marco's solution just superior in your setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 12:37:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-18T12:37:22Z</dc:date>
    <item>
      <title>Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159133#M918038</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 am new to qlikview, but am experienced in other programming languages VBA, SQL, C and I am just needing some help with a problem that I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 excel sheets sheet 1 contains a list of customers and has 5 fields that I need to look at ("address line 1", "address line 2", "address line 3", "address line 4", "address line 5")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet 2 then contains a list of "Countries", there "Demonym" and there "status"e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Address 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;15 The walk &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yorkshire&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;England&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10 Scottish&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Scotland&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;10 The walk Germany&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;France&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Demonym&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;England&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;English&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Scottish&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Scotland&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bad&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Germany&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;German&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Indifferent&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is find if any of the countries or there Demonym appears in address line 1-5, and then match that to there status.&lt;/P&gt;&lt;P&gt;so for the above I would expect it to find England in address line 3 and output the status good, I would expect it to find Scottish in address line 1 and Scotland in address line 2 and output the status bad. And i would expect it to find Germany in address line 1 and output the Status Indifferent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Couple of Issues been that I do not produce either of the excel sheets so there format is what I am stuck with and the amount of countries on sheet 2 is completely random and can be updated at any point. Finally I need to have a full register of sheet 1 without any changes made to it loaded into qlikview so I am unable to do the checking through the load function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159133#M918038</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159134#M918039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you do it in the LOAD script?&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;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&amp;nbsp; * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Address 1, Address 2, Address 3, Address 4, Address 5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;15, The walk, Yorkshire, England&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;10, Scottish, Scotland,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;10, The walk Germany, ,France&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Country, Demonym, Status&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;England, English, Good&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Scottish, Scotland, Bad&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Germany, German, Indifferent&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAP: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAPPING LOAD Country as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Table2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAPPING LOAD Demonym as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Table2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *, Textbetween(MapSubString('MAP', SearchField), '&amp;gt;Begin&amp;gt;','&amp;lt;End&amp;lt;') as Status;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *, "Address 1" &amp;amp; "Address 2" &amp;amp; "Address 3" &amp;amp; "Address 4" &amp;amp; "Address 5" as SearchField&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Table1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE Table1, Table2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP FIELD SearchField;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 17:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159134#M918039</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-17T17:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159135#M918040</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_217156_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124852_QlikCommunity_Thread_217156_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14635220892888144 jive_text_macro" jivemacro_uid="_14635220892888144"&gt;
&lt;P&gt;tabCustomers:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as %CustKey, *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="217156" data-objecttype="1" href="https://community.qlik.com/thread/217156"&gt;https://community.qlik.com/thread/217156&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabCountries:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as %CountrKey, *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="217156" data-objecttype="1" href="https://community.qlik.com/thread/217156"&gt;https://community.qlik.com/thread/217156&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @2);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabTemp1:&lt;/P&gt;
&lt;P&gt;CrossTable (temp1, Address)&lt;/P&gt;
&lt;P&gt;LOAD * Resident tabCustomers;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabTemp2:&lt;/P&gt;
&lt;P&gt;CrossTable (temp2, CntrDmnym)&lt;/P&gt;
&lt;P&gt;LOAD * Resident tabCountries;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabTemp3:&lt;/P&gt;
&lt;P&gt;LOAD Distinct %CustKey, Address Resident tabTemp1;&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;LOAD Distinct %CountrKey, CntrDmnym Resident tabTemp2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabLink:&lt;/P&gt;
&lt;P&gt;LOAD Distinct %CustKey,%CountrKey&lt;/P&gt;
&lt;P&gt;Resident tabTemp3&lt;/P&gt;
&lt;P&gt;Where Address like '*'&amp;amp;CntrDmnym&amp;amp;'*';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Tables tabTemp1, tabTemp2, tabTemp3;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your data the cartesian product might decrease the performance of this solution though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 17 May 2016 21:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159135#M918040</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-17T21:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159136#M918041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi When I try to load this I get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;MapSubString function takes a constant map as first parameter&lt;/P&gt;&lt;P&gt;LOAD *, Textbetween(MapSubString('MAP', SearchField), '&amp;gt;Begin&amp;gt;','&amp;lt;End&amp;lt;') as Status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 09:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159136#M918041</guid>
      <dc:creator />
      <dc:date>2016-05-18T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159137#M918042</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;With regards to this how would I look to change it if the files are stored locally rather then retrieving them from the website as the actual file has more records, and more fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 10:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159137#M918042</guid>
      <dc:creator />
      <dc:date>2016-05-18T10:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159138#M918043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both suggested solutions, the first two tables just load your data, so just replace the first two LOAD statements with appropriate statements to LOAD from your source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to adapt your load statement code a bit, to &lt;/P&gt;&lt;P&gt;a) create the Keys in Marco's sample&lt;/P&gt;&lt;P&gt;b) adapt the CROSSTABLE LOAD prefix if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Add more fields to the concatenated search field in my sample&lt;/P&gt;&lt;P&gt;d) Create the mapping table from all fields to create all key / value pairs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 11:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159138#M918043</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159139#M918044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And have you created the MAP table as shown in my sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the complete script code you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159139#M918044</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159140#M918045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both very good answers here I went with Marco's in the end as I found it the simplest to understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159140#M918045</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159141#M918046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution is not working for you at all, or you find Marco's solution just superior in your setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159141#M918046</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T12:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159142#M918047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i found Marcos example a little easier to get used to I copied yours exact as bellow the X in the file names are just because the names are quite sensitive to what is been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Address 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 4], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 5]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;R&gt;&lt;/R&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Table1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Demonym, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;R&gt;&lt;/R&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Table2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD Country as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD Demonym as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, Textbetween(MapSubString('MAP', SearchField), '&amp;gt;Begin&amp;gt;','&amp;lt;End&amp;lt;') as Status;&lt;/P&gt;&lt;P&gt;LOAD *, "Address 1" &amp;amp; "Address 2" &amp;amp; "Address 3" &amp;amp; "Address 4" &amp;amp; "Address 5" as SearchField&lt;/P&gt;&lt;P&gt;Resident Table1$;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Table1$, Table2;&lt;/P&gt;&lt;P&gt;DROP FIELD SearchField;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its probably something simple that I have missed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159142#M918047</guid>
      <dc:creator />
      <dc:date>2016-05-18T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159143#M918048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you put a MAP table lable in front of the mapping loads?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt; MAP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;MAPPING LOAD Country as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Resident Table2;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; MAPPING LOAD Demonym as F1, '&amp;gt;Begin&amp;gt;'&amp;amp;Status&amp;amp;'&amp;lt;End&amp;lt;' as F2&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Resident Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 15:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159143#M918048</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-18T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch 2 excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159144#M918049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome.&lt;/P&gt;&lt;P&gt;Glad you liked it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Stefan's solution should have the better performance with your larger tables, so maybe you give it another try with the additional MAP name like suggested.&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>Wed, 18 May 2016 19:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-2-excel-files/m-p/1159144#M918049</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-18T19:28:54Z</dc:date>
    </item>
  </channel>
</rss>

