<?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 data from two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165649#M37889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try creating a common key between both? just name the key with the same name in your script for both loads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2009 02:54:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-25T02:54:36Z</dc:date>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165642#M37882</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;I have two columns getting the data from two different sources ( ftp and oracle database) . I am getting those two columns data in the sheet. I want to compare those two columns data values.How can i do that.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 00:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165642#M37882</guid>
      <dc:creator />
      <dc:date>2009-08-25T00:49:19Z</dc:date>
    </item>
    <item>
      <title>AW:Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165643#M37883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not quite sure what you are aiming to do, as "Comparing" is a little vague. What do you want to do with the result of the comparison (True or False)? Could you post an example or similar?&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 00:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165643#M37883</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-08-25T00:55:43Z</dc:date>
    </item>
    <item>
      <title>AW:Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165644#M37884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , i want to do true, false and N/A (not available). column a is always correct results.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;column a column b compare&lt;BR /&gt;1000 1000 true&lt;BR /&gt;1001 1010 false&lt;BR /&gt;1002 1002 true&lt;BR /&gt;1003 1003 true&lt;BR /&gt;1004 N/A&lt;/P&gt;&lt;P&gt;thanks for you reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 01:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165644#M37884</guid>
      <dc:creator />
      <dc:date>2009-08-25T01:11:19Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165645#M37885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems like you only need to define a key between both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 01:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165645#M37885</guid>
      <dc:creator />
      <dc:date>2009-08-25T01:53:21Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165646#M37886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello bikkamallas:&lt;/P&gt;&lt;P&gt;what i'll do it's in the script rename both fields with the same name, maybe you can add a field to not lose you're fields, something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;tabletmp:&lt;BR /&gt;load&lt;BR /&gt; column a,&lt;BR /&gt; column a as _key&lt;BR /&gt;from table1;&lt;BR /&gt;join&lt;BR /&gt;load&lt;BR /&gt; column b,&lt;BR /&gt; column b as _key&lt;BR /&gt;from table2;&lt;BR /&gt;&lt;BR /&gt;FinalTable:&lt;BR /&gt;noconcatenate&lt;BR /&gt;load&lt;BR /&gt; column a ,&lt;BR /&gt; column b,&lt;BR /&gt; if(column a = column b,'true',false) as comparison&lt;BR /&gt; resident tabletmp;&lt;BR /&gt;drop table tabletmp;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;in this final table you'll have a everything you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this help you.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165646#M37886</guid>
      <dc:creator />
      <dc:date>2009-08-25T02:12:58Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165647#M37887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enrique, if you use both columns as keys to join each other, wouldn't your comparison always be true?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165647#M37887</guid>
      <dc:creator />
      <dc:date>2009-08-25T02:44:40Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165648#M37888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply. But my data is coming to different sources. one is database table and another one is ftp source.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD [Service Location ID]&lt;BR /&gt;FROM&lt;BR /&gt;sales_and_service_locator_20090319200020.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;BR /&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=pfp_user;Data Source=10US7ASB.xxxxx.COM;Extended Properties=""] (XPassword is xxxxxxxx);&lt;BR /&gt;SQL SELECT "CODE" || "LOCATION"&lt;BR /&gt; FROM "FP_USER"."PFP_MSTR";&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;how can i achieve...i am using following statement but not working...&lt;/P&gt;&lt;P&gt;noconcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;if( [Service Location ID]= "SOLD_TO_CODE" || "DISTRIBUTOR_LOCATION" ,'true','false','N/A') as comparison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165648#M37888</guid>
      <dc:creator />
      <dc:date>2009-08-25T02:46:31Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165649#M37889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try creating a common key between both? just name the key with the same name in your script for both loads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 02:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165649#M37889</guid>
      <dc:creator />
      <dc:date>2009-08-25T02:54:36Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165650#M37890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the advantange in QlikView is the fact that you can load tables from different source in one single file. All you need to do, is rename the column like dragonauta said to achive that. You can create QVD's file to store each table and after you can renamed them easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;STRONG&gt;FtpTable:&lt;/STRONG&gt;&lt;BR /&gt;LOAD [Service Location ID]&lt;BR /&gt;FROM&lt;BR /&gt;sales_and_service_locator_20090319200020.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;STRONG&gt;store * from FtpTable into FtpTable.qvd;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;drop table FtpTable;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=pfp_user;Data Source=10US7ASB.xxxxx.COM;Extended Properties=""] (XPassword is xxxxxxxx);&lt;BR /&gt;&lt;STRONG&gt;Oracle:&lt;/STRONG&gt;&lt;BR /&gt;SQL SELECT "CODE" || "LOCATION"&lt;BR /&gt; FROM "FP_USER"."PFP_MSTR";&lt;BR /&gt;&lt;STRONG&gt;store * from Oracle into Oracle.qvd;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;drop table Oracle;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;then you can load the qvd's files like table files and you can renamed the columns as you please.&lt;/P&gt;&lt;P&gt;After reading dragonauta's post, it make me wonder if you use what i post before you only have to values in the if statement. If exists two equal values in the fields you got TRUE otherwise if in column a or column b exists values that cannot be matched you get FALSE, with this you can get any kind of comparison in the way they two columns are sort, if you need that we have to work another thing.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 04:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165650#M37890</guid>
      <dc:creator />
      <dc:date>2009-08-25T04:14:57Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165651#M37891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply. It's almost working but i couldn't find the column comparision. table is not showing the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 02:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165651#M37891</guid>
      <dc:creator />
      <dc:date>2009-08-27T02:40:46Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165652#M37892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the store and drop instructions from your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 02:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165652#M37892</guid>
      <dc:creator />
      <dc:date>2009-08-27T02:45:37Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165653#M37893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;&lt;BR /&gt;Hi All,&lt;BR /&gt;load&lt;BR /&gt; column a ,&lt;BR /&gt; column b,&lt;BR /&gt; if(column a = column b,'true',false) as comparison&lt;BR /&gt; resident tabletmp;&lt;BR /&gt;drop table tabletmp;&lt;BR /&gt;&lt;BR /&gt;above statement i am looking comparison column. and we are creating tabletmp and droping the table. where the columns is going to be reside.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 02:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165653#M37893</guid>
      <dc:creator />
      <dc:date>2009-08-27T02:45:50Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165654#M37894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD [Service Location ID],&lt;BR /&gt; [Location Type],&lt;BR /&gt; [Company Name],&lt;BR /&gt; [Location Name],&lt;BR /&gt; [Address 1],&lt;BR /&gt; [Address 2],&lt;BR /&gt; City,&lt;BR /&gt; [State/Province],&lt;BR /&gt; [Postal Code],&lt;BR /&gt; Country&lt;BR /&gt; FROM&lt;BR /&gt;sales_and_service_locator_20090326200013.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;BR /&gt;join&lt;BR /&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=user;Data Source=xxxxx;Extended Properties=""] (XPassword is YRMSLMGB);&lt;BR /&gt;SQL SELECT "SOLD_TO_CODE" || '-' || "DISTRIBUTOR_LOCATION",&lt;BR /&gt; "DISTRIBUTOR_NAME",&lt;BR /&gt; "LOCATION_NAME",&lt;BR /&gt; "LOCATION_TYPE"&lt;BR /&gt;FROM "USER"."PFP_DISTRIBUTOR_MSTR";&lt;BR /&gt;&lt;BR /&gt;noconcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;[Service Location ID],"SOLD_TO_CODE" || '-' || "DISTRIBUTOR_LOCATION"&lt;BR /&gt;if( [Service Location ID]= ["SOLD_TO_CODE" || '-' || "DISTRIBUTOR_LOCATION"] ,'true','false') as comparison&lt;/P&gt;&lt;P&gt;can you tell me the error on above script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 03:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165654#M37894</guid>
      <dc:creator />
      <dc:date>2009-08-27T03:18:48Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165655#M37895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bikkamallas&lt;/P&gt;&lt;P&gt;you can't use a conect string after a join clause but you can switch table position to obtain the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=user;Data Source=xxxxx;Extended Properties=""] (XPassword is YRMSLMGB);&lt;BR /&gt;SQL SELECT "SOLD_TO_CODE" || '-' || "DISTRIBUTOR_LOCATION",&lt;BR /&gt; "DISTRIBUTOR_NAME",&lt;BR /&gt; "LOCATION_NAME",&lt;BR /&gt; "LOCATION_TYPE"&lt;BR /&gt;FROM "USER"."PFP_DISTRIBUTOR_MSTR";&lt;BR /&gt;join&lt;BR /&gt;LOAD [Service Location ID],&lt;BR /&gt; [Location Type],&lt;BR /&gt; [Company Name],&lt;BR /&gt; [Location Name],&lt;BR /&gt; [Address 1],&lt;BR /&gt; [Address 2],&lt;BR /&gt; City,&lt;BR /&gt; [State/Province],&lt;BR /&gt; [Postal Code],&lt;BR /&gt; Country&lt;BR /&gt; FROM&lt;BR /&gt;sales_and_service_locator_20090326200013.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;you need to name the table to allow you to use a resident for the next table.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Enrique&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 21:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165655#M37895</guid>
      <dc:creator />
      <dc:date>2009-09-01T21:24:22Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165656#M37896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot for your reply. your idea is working but i have quick question. see below statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temptable:&lt;BR /&gt;CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=pfp_user;Data Source=xxxxxxxxxx;Extended Properties=""] (XPassword is YRSYPYZMQbXKXZVMSLMGB);&lt;BR /&gt;SQL SELECT "SOLD_TO_CODE" || '-' || "DISTRIBUTOR_LOCATION" as DISTLOCATION,&lt;BR /&gt; "DISTRIBUTOR_NAME",&lt;BR /&gt; "LOCATION_NAME",&lt;BR /&gt; "LOCATION_TYPE"&lt;BR /&gt;FROM "PFP_USER"."PFP_DISTRIBUTOR_MSTR";&lt;BR /&gt;JOIN&lt;BR /&gt;LOAD [Service Location ID] as location,&lt;BR /&gt; [Location Type],&lt;BR /&gt; [Company Name],&lt;BR /&gt; [Location Name],&lt;BR /&gt; [Address 1],&lt;BR /&gt; [Address 2],&lt;BR /&gt; City,&lt;BR /&gt; [State/Province],&lt;BR /&gt; [Postal Code],&lt;BR /&gt; Country&lt;BR /&gt; FROM&lt;BR /&gt;sales_and_service_locator_20090326200013.txt&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is '|', msq);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;noconcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;DISTLOCATION,location,&lt;BR /&gt; if (DISTLOCATION = location ,'true','false') as comparison&lt;BR /&gt; resident temptable;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i can see the comparison column on the select fields list but when i try to do quick table for these 3 columns (row to row) compare , i am unable to do that. could you please help me. how can i compare row to row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 22:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165656#M37896</guid>
      <dc:creator />
      <dc:date>2009-09-01T22:54:21Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165657#M37897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if i use the above load statement ,I am getting multiple records for first column. please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165657#M37897</guid>
      <dc:creator />
      <dc:date>2009-09-01T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165658#M37898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you don't have any link between the two tables the common fields HAS to have the same name to make the link between them. try to change the names accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 00:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165658#M37898</guid>
      <dc:creator />
      <dc:date>2009-09-02T00:42:55Z</dc:date>
    </item>
    <item>
      <title>Compare data from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165659#M37899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, row by row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1002, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1003, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1004, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1005, 6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1010, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1020, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1003, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1040, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinTable:&lt;/P&gt;&lt;P&gt;LOAD A , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;B ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(A=B, 'True', 'False') as Comparison&lt;/P&gt;&lt;P&gt;Resident Tab1;&lt;/P&gt;&lt;P&gt;DROP Table Tab1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 20:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-data-from-two-tables/m-p/165659#M37899</guid>
      <dc:creator />
      <dc:date>2011-08-02T20:29:02Z</dc:date>
    </item>
  </channel>
</rss>

