<?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: Pull Only the Best Matching Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66744#M769808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the app image below is from the app before my changes... and I see 1634 is only associated with one Trimmed and that is 7183PT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204573_Capture.PNG" style="height: 224px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2018 12:20:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-07T12:20:05Z</dc:date>
    <item>
      <title>Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66739#M769803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of part numbers (MahleCram and Trimmed) that match each other, but some numbers are better matches than others. How closely they match is based off the parity; ranging from AA to AI. AA, AB, AC etc being the best matches and AD, AF etc have more differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pull into a column only the best matching number and make it so the second best matching number is not even listed; so there are no duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example is Mahlecram number 72112. It ties out to "Trimmed" number 410 (which is an AB parity) and 72515 (AG parity.) I only want to show the Mahlecram tying out to 410 because it is the best matching number and not even show 72515.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help! And check out my attachment....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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/Pull-Only-the-Best-Matching-Number/m-p/66739#M769803</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66740#M769804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want this to be done in the script to completely remove 72515 or do you want to do this in a chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 00:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66740#M769804</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-07T00:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66741#M769805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's try in the script. &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, 07 Jun 2018 11:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66741#M769805</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2018-06-07T11:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66742#M769806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;CustFile:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; Part, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trimmed,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(PurgeChar(PurgeChar(Trimmed, ' ') , '-')) as PartCleanCustomer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(PurgeChar(PurgeChar(Trimmed, ' '), '-')) &amp;amp;'FEL-PRO INC.' as %PartClean,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Part Desc 1] as CustDescription//,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; [PO Cost]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is FP);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left Join (CustFile)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//IntrchFP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITEMA as MahleCram, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PNPUBA as MahlePublished, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; VEHTYA, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; ENGMAK, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CACMCD, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMNAME, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CACMPC,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp; Text(PurgeChar(PurgeChar( CACMPC, ' '), '-')) &amp;amp;CMNAME as %PartClean,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CMTYPE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAPAR as Parity, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABCA as PopCode, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DESCA//, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CAMSTQ, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CACMPQ, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CMCMCD, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASA, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CACRIN, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; CACOMM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;G&gt;&lt;/G&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(biff, embedded labels, table is INTRCHFP$)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;//Where Parity = 'AB' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 13.3333px;"&gt;Right Join (CustFile)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD MahleCram,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; MinString(Parity) as Parity&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident CustFile&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Group By MahleCram;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 11:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66742#M769806</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-07T11:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66743#M769807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I noticed is for numbers such as MahleCram 1634 which ties out to 7183PT and 7183S; the number that stays is 7183PT which has an AG parity. The number I would want to stay is 7183S which has the better parity of AD. (AA and AB being the best and going down the line all the way to AI.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you by chance have a way of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66743#M769807</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2018-06-07T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66744#M769808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the app image below is from the app before my changes... and I see 1634 is only associated with one Trimmed and that is 7183PT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204573_Capture.PNG" style="height: 224px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66744#M769808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-07T12:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Only the Best Matching Number</title>
      <link>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66745#M769809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have taken a screen shot.....because now that's all that appears for me too, which is strange. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 13:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pull-Only-the-Best-Matching-Number/m-p/66745#M769809</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2018-06-07T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

