<?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 Data difference in two resident tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245838#M1195002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code would look like this:&lt;/P&gt;&lt;P&gt;[AFTER YOU LOADED BOTH TABLES....]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;Load * resident RevenueDetails;&lt;/P&gt;&lt;P&gt;left join (RevenueDetails)&lt;/P&gt;&lt;P&gt;Load *, 1 as flag&lt;/P&gt;&lt;P&gt;resident MarketDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;differences:&lt;/P&gt;&lt;P&gt;Load distinct Carrier_No resident TEMP where flag&amp;lt;&amp;gt;1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TEMP&lt;/P&gt;&lt;P&gt;store differences into differences.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table differnces;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2011 03:55:40 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-07-01T03:55:40Z</dc:date>
    <item>
      <title>Data difference in two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245837#M1195001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;I am very new to Qlikview. I am facing the following problem in QlikView. The version I am using is Version: 9 SR3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;I have 2 tables loaded from QVD. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;1. Market Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;2. Revenue Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;Common Column Name for this two table is Carrier_No.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;I need to find out what are the list of values (of Carrier_No) which are present in Revenue Details but not present in Market Details. After that I need to store the same in another QVD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;It will be very helpful you could please guide me to achieve the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva; color: #0000ff;"&gt;Amartya&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 15:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245837#M1195001</guid>
      <dc:creator />
      <dc:date>2011-06-30T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Data difference in two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245838#M1195002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code would look like this:&lt;/P&gt;&lt;P&gt;[AFTER YOU LOADED BOTH TABLES....]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;Load * resident RevenueDetails;&lt;/P&gt;&lt;P&gt;left join (RevenueDetails)&lt;/P&gt;&lt;P&gt;Load *, 1 as flag&lt;/P&gt;&lt;P&gt;resident MarketDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;differences:&lt;/P&gt;&lt;P&gt;Load distinct Carrier_No resident TEMP where flag&amp;lt;&amp;gt;1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TEMP&lt;/P&gt;&lt;P&gt;store differences into differences.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table differnces;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 03:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245838#M1195002</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-07-01T03:55:40Z</dc:date>
    </item>
    <item>
      <title>Data difference in two resident tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245839#M1195003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I was not able to follow your answer as I was supposed to meet smone sort of deadline. So, I implemented in my way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the load of data from QVD I outer joined 2 tables.&lt;/P&gt;&lt;P&gt;Revenue_Temp:&lt;/P&gt;&lt;P&gt;LOAD * FROM Revenue.qvd&lt;/P&gt;&lt;P&gt;outer join &lt;/P&gt;&lt;P&gt;LOAD * FROM Market.QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Undefined_Carrier:&lt;/P&gt;&lt;P&gt;LOAD Carrier_No RESIDENT Revenue_Temp&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Group_No); //Group_No is a clolumn from Market Table which is not there in Revenue Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for replying late. I will definitely check and mark your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply again,&lt;/P&gt;&lt;P&gt;Amartya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 07:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-difference-in-two-resident-tables/m-p/245839#M1195003</guid>
      <dc:creator />
      <dc:date>2011-07-05T07:50:48Z</dc:date>
    </item>
  </channel>
</rss>

