<?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 How to match two fields with almost the same content in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376096#M140182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like will not work in this case as he needs to join the table. Like is used in a where clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 08:08:16 GMT</pubDate>
    <dc:creator>jvitantonio</dc:creator>
    <dc:date>2012-03-30T08:08:16Z</dc:date>
    <item>
      <title>How to match two fields with almost the same content</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376093#M140179</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 the following problem: I have one field showing a code and another field showing the same code with some more digits at the end or at the beginning of the field. I have to match and select the two fields independently by the more digits, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field 1:&amp;nbsp; mdfgxx2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field 2: mdfgxx2011-32_def&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field 2: IT_mdfgxx2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 07:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376093#M140179</guid>
      <dc:creator />
      <dc:date>2012-03-30T07:30:14Z</dc:date>
    </item>
    <item>
      <title>How to match two fields with almost the same content</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376094#M140180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the left() and right() Qlik functions, but this will work only if you know what records have a prefix and which records have a sufix.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 07:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376094#M140180</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-30T07:33:51Z</dc:date>
    </item>
    <item>
      <title>How to match two fields with almost the same content</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376095#M140181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also try the funcione LIKE :&amp;nbsp;&amp;nbsp;&amp;nbsp; like '*mdfgxx2011*'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 07:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376095#M140181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-30T07:37:07Z</dc:date>
    </item>
    <item>
      <title>How to match two fields with almost the same content</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376096#M140182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like will not work in this case as he needs to join the table. Like is used in a where clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 08:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376096#M140182</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-30T08:08:16Z</dc:date>
    </item>
    <item>
      <title>How to match two fields with almost the same content</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376097#M140183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct....I should have a column with all the values contained both in field 1 and 2 .....like dosn't allow me to match teh entire column values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 08:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-match-two-fields-with-almost-the-same-content/m-p/376097#M140183</guid>
      <dc:creator />
      <dc:date>2012-03-30T08:12:10Z</dc:date>
    </item>
  </channel>
</rss>

