<?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: comparing two column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108081#M912243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Thanks again for helping me&amp;nbsp; with a right solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Pooja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 17:22:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-01T17:22:54Z</dc:date>
    <item>
      <title>comparing two column</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108079#M912241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any one can help me on the logic for the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;I need to compare the two column values. If the values are match i need to put the message in text box " &lt;STRONG&gt;Yes there is a Matching Value&lt;/STRONG&gt; " or "&lt;STRONG style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;No Matching Value is there&lt;/STRONG&gt;". It should work based on the user selection also. For ex. If user select any one record from field1 also the same condition ll work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" width="64"&gt;FIELD1 &lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Field2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Z&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;D&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;E&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja&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/comparing-two-column/m-p/1108079#M912241</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two column</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108080#M912242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum(Aggr(If(Match(Field1, Field2), 1, 0), Field1, Field2)) &amp;gt; 0, 'Yes there is a Matching Value', 'No Matching Value is there')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108080#M912242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two column</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108081#M912243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Thanks again for helping me&amp;nbsp; with a right solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 13px;"&gt;Pooja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108081#M912243</guid>
      <dc:creator />
      <dc:date>2016-06-01T17:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: comparing two column</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108082#M912244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem &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, 01 Jun 2016 19:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-two-column/m-p/1108082#M912244</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T19:37:17Z</dc:date>
    </item>
  </channel>
</rss>

