<?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: How to Find Matching Numbers between two Columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891286#M310458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, where will apply this to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression or Load Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 09:20:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-23T09:20:46Z</dc:date>
    <item>
      <title>How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891278#M310450</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;Please assist i need to match Cell Numbers between two Columns, but the problem is&lt;/P&gt;&lt;P&gt;one column starts with country code 27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;0738257934&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other one is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Column B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;27738257934&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i match the two in Set Analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 07:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891278#M310450</guid>
      <dc:creator />
      <dc:date>2015-04-23T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891279#M310451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it not be easier to simply change one in the script when you're loading it, or do you not want these to be linked fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891279#M310451</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-04-23T08:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891280#M310452</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;Please send me your Method that you Prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891280#M310452</guid>
      <dc:creator />
      <dc:date>2015-04-23T08:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891281#M310453</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 in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(ColumnA=Mid(ColumnB, 2), 1 0) AS Flag&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in frontend you can use like&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Flag={1}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Thu, 23 Apr 2015 08:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891281#M310453</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-23T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891282#M310454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(LEFT(TelephoneNumber, 2) = '27', '0' &amp;amp; MID(TelephoneNumber, 3, LEN(TelephoneNumber) - 2, TelephoneNumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891282#M310454</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-04-23T08:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891283#M310455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd renumber the second field. It depends on where these fields come from, but if you simply wanted to change B on load, you could write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'0' &amp;amp; Mid(ColumnB, 3) as ColumnA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would join your tables on this field however. If you don't want that to happen, you can either use Jagan's script below, or you can load as ColumnB and use an applicable statement in the frontend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891283#M310455</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-04-23T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891284#M310456</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 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;Hi,&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;Try like this in script&lt;/P&gt;&lt;P&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;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Text(ColumnA)= '0' &amp;amp; Mid(ColumnB, 2), 1 0) AS Flag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM DataSource;&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;Now in frontend you can use like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Flag={1}&amp;gt;} MeasureName)&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;Hope this helps you.&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891284#M310456</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-23T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891285#M310457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(ColumnA='0'&amp;amp; right(ColumnB,9),'Matched','UnMatched')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 08:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891285#M310457</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-23T08:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891286#M310458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, where will apply this to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression or Load Script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891286#M310458</guid>
      <dc:creator />
      <dc:date>2015-04-23T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891287#M310459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't possible to apply it on the Front End, set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891287#M310459</guid>
      <dc:creator />
      <dc:date>2015-04-23T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891288#M310460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;If(Text(ColumnA)= '0' &amp;amp; Mid(ColumnB, 2), Sum(Sales)), ColumnA, ColumnB))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Thu, 23 Apr 2015 09:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891288#M310460</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-23T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891289#M310461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it's front end u can use this directly.&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;=If(ColumnA='0'&amp;amp; right(ColumnB,9),'Matched','UnMatched')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it's back end u can use this,&lt;/P&gt;&lt;P&gt;&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;If(ColumnA='0'&amp;amp; right(ColumnB,9),'Matched','UnMatched') as Flag&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;else ur looking u want to see this only with set expressions?any reason.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891289#M310461</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-23T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891290#M310462</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;it works but how do i exclude Matched from the Field as i uised a List to create a new Column&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>Thu, 23 Apr 2015 11:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891290#M310462</guid>
      <dc:creator />
      <dc:date>2015-04-23T11:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Find Matching Numbers between two Columns</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891291#M310463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie,wht u want to show on new column?&lt;/P&gt;&lt;P&gt;tht new column want to create when both are matched?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can just replace what u want to see when it's matched,on the above expression..u can place any text!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 11:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Find-Matching-Numbers-between-two-Columns/m-p/891291#M310463</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-23T11:18:18Z</dc:date>
    </item>
  </channel>
</rss>

