<?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: Matching Two Coloumns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579335#M1099204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a different one with map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Mapping load [First Name], 'yes-' &amp;amp; recno();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;First Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;balraj&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;nikita&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;navneet&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;rocky&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;alkesh];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD Name, ApplyMap('map', Name, 'no') as namecheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;navneet&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;balraj&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;nikita&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;alkesh&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;rocky&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;subodh];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;DROP field Name;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 21:14:13 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-04-30T21:14:13Z</dc:date>
    <item>
      <title>Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579329#M1099198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have two columns in excel format i want to check whether one coloumn name is matching with other or not and if it is matching then on which coloumn no. is that data on&lt;/P&gt;&lt;P&gt;---------------------------------------------------------&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;alkesh&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;subodh&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;alkesh&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-----------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i WANT LIKE THIS&lt;/P&gt;&lt;P&gt;namecheck&lt;/P&gt;&lt;P&gt;yes-3&lt;/P&gt;&lt;P&gt;yes-1&lt;/P&gt;&lt;P&gt;yes-2&lt;/P&gt;&lt;P&gt;yes-5&lt;/P&gt;&lt;P&gt;yes-4&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 07:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579329#M1099198</guid>
      <dc:creator />
      <dc:date>2014-04-30T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579330#M1099199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Name:&lt;/P&gt;&lt;P&gt;LOAD Name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Matching column.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Name)&lt;/P&gt;&lt;P&gt;First_Nm:&lt;/P&gt;&lt;P&gt;LOAD [First Name] As Name, RowNo() As RowNum&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Matching column.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load If(IsNull(RowNum),'No','Yes-' &amp;amp; RowNum) As MatchingDetails Resident Name;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579330#M1099199</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-04-30T09:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579331#M1099200</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataTemp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DISTINCT Name&lt;/P&gt;&lt;P&gt;From DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(DataTemp)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DISTINCT [First Name] AS Name, RowNo() AS Num&lt;/P&gt;&lt;P&gt;From DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;If(Len(Num) &amp;gt;0, 'Yes-' &amp;amp; Num, 'No') AS namecheck&lt;/P&gt;&lt;P&gt;Resident DataTemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE DataTemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579331#M1099200</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-30T10:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579332#M1099201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579332#M1099201</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-30T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579333#M1099202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;New Updated script now check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do simpler way load your two tables and left join on the basis or the Name field see the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//////////////////////////&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;alkesh&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;subodh];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [First Name] as Name,[First Name],RowNo() as Rid;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;alkesh&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Rid,&lt;/P&gt;&lt;P&gt;If(Name = [First Name],'Yes-'&amp;amp;Rid,'No') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;namecheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident tmp Order By Name asc;&lt;/P&gt;&lt;P&gt;DROP Table tmp;&lt;/P&gt;&lt;P&gt;/////////////////////////////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then take a table box and plot fields&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;namecheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579333#M1099202</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579334#M1099203</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;If you get the correct answer from the thread so mark the thread as select appropriate answer as correct / Helful for references.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579334#M1099203</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T12:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579335#M1099204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a different one with map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Mapping load [First Name], 'yes-' &amp;amp; recno();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;First Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;balraj&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;nikita&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;navneet&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;rocky&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;alkesh];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD Name, ApplyMap('map', Name, 'no') as namecheck&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;navneet&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;balraj&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;nikita&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;alkesh&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;rocky&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;subodh];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;DROP field Name;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 21:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579335#M1099204</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-30T21:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579336#M1099205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would prefer to use the Apply Map funtion for this. &lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List2:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;alkesh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Names1:&lt;/P&gt;&lt;P&gt;Mapping Load Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RowNo() as No&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident List2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Drop table List2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List1:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('Names1', Name, 'No') as Number,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(ApplyMap('Names1', Name, 0)=0,'No', 'Yes') as Match;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;navneet&lt;/P&gt;&lt;P&gt;balraj&lt;/P&gt;&lt;P&gt;nikita&lt;/P&gt;&lt;P&gt;alkesh&lt;/P&gt;&lt;P&gt;rocky&lt;/P&gt;&lt;P&gt;subodh&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you only have the relevant data in your tables.&lt;/P&gt;&lt;P&gt;Other nice thing about this is that you can use a selection field (Match) where you can select all te matched an non matched names&lt;/P&gt;&lt;P&gt;&lt;IMG alt="match.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58305_match.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 14:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579336#M1099205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-02T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Two Coloumns</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579337#M1099206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;PFA the solution. &lt;A href="https://community.qlik.com/qlik-users/146807"&gt;navneet kaushal&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 15:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-Two-Coloumns/m-p/579337#M1099206</guid>
      <dc:creator />
      <dc:date>2014-05-02T15:10:30Z</dc:date>
    </item>
  </channel>
</rss>

