<?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 compare two columns text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102417#M16275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy guys.&lt;/P&gt;&lt;P&gt;I was wondering if there is any posibility to compare two columns text and when there is a word match , to mark it with ok.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Col1Val : "text for test"&lt;/P&gt;&lt;P&gt;Col2Val: "Every book has some text".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when comparing Col1Val with Col2Val I have a match on "text" word , and I will mark it with ok.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2018 12:55:51 GMT</pubDate>
    <dc:creator>razvan_brais</dc:creator>
    <dc:date>2018-08-20T12:55:51Z</dc:date>
    <item>
      <title>compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102417#M16275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy guys.&lt;/P&gt;&lt;P&gt;I was wondering if there is any posibility to compare two columns text and when there is a word match , to mark it with ok.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Col1Val : "text for test"&lt;/P&gt;&lt;P&gt;Col2Val: "Every book has some text".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when comparing Col1Val with Col2Val I have a match on "text" word , and I will mark it with ok.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 12:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102417#M16275</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-20T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102418#M16276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exeee.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211316_exeee.jpg" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 13:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102418#M16276</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-20T13:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102419#M16277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This example is ok for one specific word. But I would like this to be dynamic. I would like to check in the second column if text from first column is found. I tryed with wildmatch but it didn`t work. &lt;/P&gt;&lt;P&gt;The example is this:&lt;/P&gt;&lt;P&gt;FirstColumn : omniasig srl&lt;/P&gt;&lt;P&gt;secondColumn&amp;nbsp; : assurance omniasig for house.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I compare this two columns like this wildmatch(FirstColumn,secondColumn,'ok','not ok') the result it`s NOT OK. But as you cand see the word from FirstColumn 'omniasig' is found in the secondColumn.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 13:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102419#M16277</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-20T13:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102420#M16278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;//Load your data and add a ID field for each row&lt;/P&gt;&lt;P&gt;[texts]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;AutoNumber(Text1 &amp;amp;'-'&amp;amp; Text2) as ID,&lt;/P&gt;&lt;P&gt;*;&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Text1,Text2&lt;/P&gt;&lt;P&gt;omniasig srl,assurance omniasig for house&lt;/P&gt;&lt;P&gt;text for test,Every book has some text&lt;/P&gt;&lt;P&gt;text, Any book has context,&lt;/P&gt;&lt;P&gt;text, context&lt;/P&gt;&lt;P&gt;](delimiter is ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Split Text1 in words and check if a word of Text1 is in Text2&lt;/P&gt;&lt;P&gt;[map_text1_in_text2]:&lt;/P&gt;&lt;P&gt;Mapping LOAD ID,&lt;/P&gt;&lt;P&gt;if(index(Text2,Word), 1, 0); //1 if a word of text1 is in text2&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;//Add '-' to delimite each word. Without a delimiter if you compare 'text' with 'context' the result will be true&lt;/P&gt;&lt;P&gt;//instead of false&lt;/P&gt;&lt;P&gt;'-'&amp;amp;SubField(UPPER(Text1), ' ')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Word,&lt;/P&gt;&lt;P&gt;'-'&amp;amp;Replace(UPPER(Text2),' ', '-')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Text2&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Apply the map&lt;/P&gt;&lt;P&gt;[text_final]:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ApplyMap('map_text1_in_text2', ID) as [text1_in_text2]&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table texts;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 16:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102420#M16278</guid>
      <dc:creator>jmmolero</dc:creator>
      <dc:date>2018-08-20T16:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102421#M16279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the form you exemplified it works , but I wonder why this code it doesn`t work?&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Text1&lt;/P&gt;&lt;P&gt;omniasig srl&lt;/P&gt;&lt;P&gt;text for test&lt;/P&gt;&lt;P&gt;text&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(T1)&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Text2&lt;/P&gt;&lt;P&gt;Every book has some text&lt;/P&gt;&lt;P&gt;Any book has context&lt;/P&gt;&lt;P&gt;assurance omniasig for house&lt;/P&gt;&lt;P&gt;context&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[texts]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;AutoNumber(Text1 &amp;amp;'-'&amp;amp; Text2) as ID,*&lt;/P&gt;&lt;P&gt;Resident T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Split Text1 in words and check if a word of Text1 is in Text2&lt;/P&gt;&lt;P&gt;[map_text1_in_text2]:&lt;/P&gt;&lt;P&gt;Mapping LOAD ID,&lt;/P&gt;&lt;P&gt;if(index(Text2,Word), 1, 0); //1 if a word of text1 is in text2&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;//Add '-' to delimite each word. Without a delimiter if you compare 'text' with 'context' the result will be true&lt;/P&gt;&lt;P&gt;//instead of false&lt;/P&gt;&lt;P&gt;'-'&amp;amp;SubField(UPPER(Text1), ' ')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Word,&lt;/P&gt;&lt;P&gt;'-'&amp;amp;Replace(UPPER(Text2),' ', '-')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Text2&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Apply the map&lt;/P&gt;&lt;P&gt;[text_final]:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ApplyMap('map_text1_in_text2', ID) as [text1_in_text2]&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;Drop table texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The apply map works fine , but in the page when I select the field "omniasig srl" from Text1 it doesn`t highlight all occurances from Text2.&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 06:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102421#M16279</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-21T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102422#M16280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I change the order in Load Inline in your example , wont work too :&lt;/P&gt;&lt;P&gt;omniasig srl,Every book has some text&lt;/P&gt;&lt;P&gt;text for test,assurance omniasig for house&lt;/P&gt;&lt;P&gt;text, Any book has context,&lt;/P&gt;&lt;P&gt;text, context&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;omniasig srl,assurance omniasig for house&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text for test,Every book has some text&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text, Any book has context,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;text, context&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; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102422#M16280</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-21T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102423#M16281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the problema, the mapping table has value 1 and 0 for the same ID. &lt;/P&gt;&lt;P&gt;I've changed the script to filter the mapping table, now I take only the rows with index &amp;gt; 0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[texts]:&lt;BR /&gt;Load&lt;BR /&gt;AutoNumber(Text1 &amp;amp;'-'&amp;amp; Text2) as ID,&lt;BR /&gt;*;&lt;BR /&gt;LOAD * INLINE &lt;BR /&gt;[&lt;BR /&gt;Text1,Text2&lt;BR /&gt;omniasig srl,assurance omniasig for house&lt;BR /&gt;text for test,Every book has some text&lt;BR /&gt;text, Any book has context,&lt;BR /&gt;text, context&lt;BR /&gt;](delimiter is ',');&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;//Split Text1 in words and check if a word of Text1 is in Text2&lt;BR /&gt;[map_text1_in_text2]:&lt;BR /&gt;&lt;STRONG&gt;Mapping LOAD ID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Where&amp;nbsp; index(Text2,Word) &amp;gt; 0; &lt;/STRONG&gt;&lt;BR /&gt;LOAD ID,&lt;BR /&gt;//Add '-' to delimite each word. Without a delimiter if you compare 'text' with 'context' the result will be true&lt;BR /&gt;//instead of false&lt;BR /&gt;'-'&amp;amp;SubField(UPPER(Text1), ' ')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Word,&lt;BR /&gt;'-'&amp;amp;Replace(UPPER(Text2),' ', '-')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Text2&lt;BR /&gt;Resident texts;&lt;/P&gt;&lt;P&gt;//Apply the map&lt;BR /&gt;[text_final]:&lt;BR /&gt;LOAD *,&lt;BR /&gt;ApplyMap('map_text1_in_text2', ID,0) as [text1_in_text2]&lt;BR /&gt;Resident texts;&lt;BR /&gt; &lt;BR /&gt;Drop table texts;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102423#M16281</guid>
      <dc:creator>jmmolero</dc:creator>
      <dc:date>2018-08-21T10:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102424#M16282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please try with this script and tell me why when I select "omniasig srl" from text1 field , doesn`t highlights the text from Text2?&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Text1&lt;/P&gt;&lt;P&gt;omniasig srl&lt;/P&gt;&lt;P&gt;text for test&lt;/P&gt;&lt;P&gt;text&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;JOIN(T1)&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Text2&lt;/P&gt;&lt;P&gt;Every book has some text&lt;/P&gt;&lt;P&gt;Any book has context&lt;/P&gt;&lt;P&gt;assurance omniasig for house&lt;/P&gt;&lt;P&gt;context&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;[texts]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;AutoNumber(Text1 &amp;amp;'-'&amp;amp; Text2) as ID,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Resident T1;&lt;/P&gt;&lt;P&gt;drop table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Split Text1 in words and check if a word of Text1 is in Text2&lt;/P&gt;&lt;P&gt;[map_text1_in_text2]:&lt;/P&gt;&lt;P&gt;Mapping LOAD ID,&lt;/P&gt;&lt;P&gt;1 where Index(Text2,Word) &amp;gt;0;&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;//Add '-' to delimite each word. Without a delimiter if you compare 'text' with 'context' the result will be true&lt;/P&gt;&lt;P&gt;//instead of false&lt;/P&gt;&lt;P&gt;'-'&amp;amp;SubField(UPPER(Text1), ' ')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Word,&lt;/P&gt;&lt;P&gt;'-'&amp;amp;Replace(UPPER(Text2),' ', '-')&amp;amp;'-'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Text2&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Apply the map&lt;/P&gt;&lt;P&gt;[text_final]:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;ApplyMap('map_text1_in_text2', ID,0) as [text1_in_text2]&lt;/P&gt;&lt;P&gt;Resident texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table texts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Picture&lt;IMG alt="sterge.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211374_sterge.PNG" style="font-size: 13.3333px; height: 190px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102424#M16282</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-21T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102425#M16283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the data model you made a cartesian product then all rows of text1 are related to rows of text2, you have to&amp;nbsp; filter field [text1_in_text2] to indicate that you want only the texts that contains a common words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filter.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211378_filter.PNG" style="width: 620px; height: 299px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102425#M16283</guid>
      <dc:creator>jmmolero</dc:creator>
      <dc:date>2018-08-21T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: compare two columns text</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102426#M16284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yap , your right. Anyway , Thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 11:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-columns-text/m-p/102426#M16284</guid>
      <dc:creator>razvan_brais</dc:creator>
      <dc:date>2018-08-21T11:36:28Z</dc:date>
    </item>
  </channel>
</rss>

