<?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: Only keeping certain values by comparing with another field (wildmatch?) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322873#M845156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm. Thanks for the quick and helpful response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Apr 2017 15:34:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-01T15:34:05Z</dc:date>
    <item>
      <title>Only keeping certain values by comparing with another field (wildmatch?)</title>
      <link>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322870#M845153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields in a table with some garbage that I don't want to include.&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/158564_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to keep the values from column B that are similar to those of column A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So 120058 should be linked to 120058-01, 120058-02 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the other values from column B should be excluded from the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will attach the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that column A also contains cells with 3 oder 4 numbers instead of 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values that I need are identical, except for the last 3 characters/digits of the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&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/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322870#M845153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only keeping certain values by comparing with another field (wildmatch?)</title>
      <link>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322871#M845154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Company, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Management ID]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[community sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [KonsEinheiten-Kombi])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Left( [Management ID],Len([Management ID])-3)=Company;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 11:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322871#M845154</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-01T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Only keeping certain values by comparing with another field (wildmatch?)</title>
      <link>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322872#M845155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Company, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Management ID]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[community sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [KonsEinheiten-Kombi])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Wildmatch([Management ID],[Company]&amp;amp;'???');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 11:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322872#M845155</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-01T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Only keeping certain values by comparing with another field (wildmatch?)</title>
      <link>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322873#M845156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm. Thanks for the quick and helpful response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 15:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-keeping-certain-values-by-comparing-with-another-field/m-p/1322873#M845156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-01T15:34:05Z</dc:date>
    </item>
  </channel>
</rss>

