<?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: Lookup() values that are not identical in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928833#M964098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101335_Capture.PNG" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 17:53:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-07T17:53:44Z</dc:date>
    <item>
      <title>Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928825#M964090</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 two two tables, I need to be able to link them on fields Account and Narrative.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I could use lookup() if values were identical, but they're not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I could use match(), if I had small number of variables but t&lt;SPAN style="font-size: 13.3333px;"&gt;here are 400+ variables in the Account table, and several thousand in the Narrative. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="140" style="width: 244px; height: 140px;" width="244"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Account&lt;/TD&gt;&lt;TD width="124"&gt;Narrative&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABCD&lt;/TD&gt;&lt;TD&gt;PI / ABCD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;DEF 1&lt;/TD&gt;&lt;TD&gt;PI / DEF 1textextext&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GHI&lt;/TD&gt;&lt;TD&gt;PI / GHI / ref&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;JKL&lt;/TD&gt;&lt;TD&gt;PI / JKL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928825#M964090</guid>
      <dc:creator>martyn_birzys</dc:creator>
      <dc:date>2015-10-07T16:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928826#M964091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what exactly you are trying to do here. Would you be able to elaborate a little more please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928826#M964091</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T16:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928827#M964092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with wildmatch, an example could be&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *, WildMatch(Narrative, '*' &amp;amp; Account &amp;amp; '*') as Match inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Account, Narrative&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABCD, PI / ABCD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DEF 1, PI / DEF 1textextext&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GHI, PI / GHI / ref&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JKL, PI / JKL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AAA, BAABAHHH&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928827#M964092</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928828#M964093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies for not being clear. I have two tables that I need to link. &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 255px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="131"&gt;Account&lt;/TD&gt;&lt;TD width="124"&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;ABCD&lt;/TD&gt;&lt;TD&gt;ABC Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;DEF 1&lt;/TD&gt;&lt;TD&gt;DEF Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GHI&lt;/TD&gt;&lt;TD&gt;GHI Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;JKL&lt;/TD&gt;&lt;TD&gt;JKL Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Narrative&lt;/TD&gt;&lt;TD&gt;Transaction Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PI / ABCD&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PI / DEF 1textextext&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PI / GHI / ref&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;PI / JKL&lt;/TD&gt;&lt;TD align="right"&gt;400&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;&lt;/P&gt;&lt;P&gt;The key fields are Account and Narrative. The Narrative field always contains the string same as in Account field, but there is no rule how to extract it like using Subfield() because of spaces and other characters. &lt;/P&gt;&lt;P&gt;If I only had a handful of records, I could do match(Narrative, '*ABCD*', '*GHI*', etc), but I have 400+ records.&lt;/P&gt;&lt;P&gt;I hope I made myself clearer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928828#M964093</guid>
      <dc:creator>martyn_birzys</dc:creator>
      <dc:date>2015-10-07T17:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928829#M964094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One option, although not the most efficient could be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Account, Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCD, ABC Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF 1, DEF Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GHI, GHI Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JKL, JKL Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Narrative, Transaction Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / ABCD, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / DEF 1textextext, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / GHI / ref, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / JKL, 400&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(SubStringCount(Narrative, Account) &amp;gt; 0, 1, 0) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Temp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Flag = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Tables Temp, Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101334_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928829#M964094</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T17:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928830#M964095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928830#M964095</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T17:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928831#M964096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is a little more efficient then the previous one, but still might not be the most optimized one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Account, Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCD, ABC Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEF 1, DEF Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GHI, GHI Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JKL, JKL Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Narrative, Transaction Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / ABCD, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / DEF 1textextext, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / GHI / ref, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PI / JKL, 400&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where SubStringCount(Narrative, Account) &amp;gt; 0; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928831#M964096</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T17:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928832#M964097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/maxgro"&gt;maxgro&lt;/A&gt;‌ can you share your script please? I would love to see how you have done this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928832#M964097</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928833#M964098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101335_Capture.PNG" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928833#M964098</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-07T17:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup() values that are not identical</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928834#M964099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;t1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load rowno() as AId, Account inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Account, Narrative&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABCD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DEF 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GHI&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JKL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AAA&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;EM&gt;t2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load rowno() as NId, Narrative inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Narrative&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PI / ABCD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PI / DEF 1textextext&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PI / GHI / ref&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PI / JKL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BAABAHHH&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ZZZZZZZZZZ &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ZAAAZ&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;YAAAY&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;EM&gt;t3:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load&amp;nbsp; AId, Account as Account2 Resident t1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;join (t3) load NId, Narrative as Narrative2 resident t2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;t4:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * Where Match;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *,&amp;nbsp; WildMatch(Narrative2, '*' &amp;amp; Account2 &amp;amp; '*') as Match&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident t3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table t3;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-values-that-are-not-identical/m-p/928834#M964099</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T17:55:39Z</dc:date>
    </item>
  </channel>
</rss>

