<?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 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886157#M660577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the tables have multiple columns.&lt;/P&gt;&lt;P&gt;They have a common column.&lt;/P&gt;&lt;P&gt;The expected output should be Yes/No based on the match found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 12:07:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-09T12:07:02Z</dc:date>
    <item>
      <title>Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886155#M660575</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 to compare the values present in two columns. But the columns are located in different tables. e.g. I have to compare values of Column A with the values of Column B. Column A is present in Table A whereas Column B is present in table B. How do I compare them in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 11:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886155#M660575</guid>
      <dc:creator />
      <dc:date>2015-04-09T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886156#M660576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have only one field per table?&lt;/P&gt;&lt;P&gt;Do they have any common column?&lt;/P&gt;&lt;P&gt;What's is expected result? &lt;/P&gt;&lt;P&gt;Yes/NO or values that exist in one column only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886156#M660576</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-09T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886157#M660577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the tables have multiple columns.&lt;/P&gt;&lt;P&gt;They have a common column.&lt;/P&gt;&lt;P&gt;The expected output should be Yes/No based on the match found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886157#M660577</guid>
      <dc:creator />
      <dc:date>2015-04-09T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886158#M660578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should use exists() function if you want to do this in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886158#M660578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886159#M660579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post sample of data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886159#M660579</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-09T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886160#M660580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can bring both field into a temp table, from there you can then use IF statement to check field value and create a YES/NO field. Finally left join or ApplyMap the new field back to any of the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886160#M660580</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-09T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886161#M660581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="09-Apr-15 4-16-08 PM.jpg" class="jive-image image-2" src="/legacyfs/online/83215_09-Apr-15 4-16-08 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD Num AS Num, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boom as Boom1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;COMAPRE.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Num as Num,&lt;/P&gt;&lt;P&gt; lookup('Boom1','Num',Num,'T1') as Boom1,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boom as Boom2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;COMAPRE.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; final:&lt;/P&gt;&lt;P&gt; load Num,&lt;/P&gt;&lt;P&gt; Boom1,&lt;/P&gt;&lt;P&gt; Boom2,&lt;/P&gt;&lt;P&gt; If(Boom1=Boom2,'Yes','No') as Compare&lt;/P&gt;&lt;P&gt; Resident temp;&lt;/P&gt;&lt;P&gt; drop table T1,temp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="09-Apr-15 4-14-42 PM.jpg" class="jive-image image-1" src="/legacyfs/online/83214_09-Apr-15 4-14-42 PM.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886161#M660581</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-09T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two column values</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886162#M660582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool Stuff, very useful and powerful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-column-values/m-p/886162#M660582</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-20T22:17:28Z</dc:date>
    </item>
  </channel>
</rss>

