<?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: Eradicating Duplicate Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962228#M330110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlikview reference book and looked up associations.&amp;nbsp; The syntax has a similar structure to Set Analysis, correct?&amp;nbsp; (or maybe it &lt;STRONG&gt;is&lt;/STRONG&gt; Set Analysis?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 16:25:57 GMT</pubDate>
    <dc:creator>raynac</dc:creator>
    <dc:date>2015-09-29T16:25:57Z</dc:date>
    <item>
      <title>Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962219#M330101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My database has two tables:&lt;/P&gt;&lt;P&gt;1) "reservation revenue" contains a record per day per individual room reservation in the system, and has many fields including a date, a building code and a field called number_of_nights&amp;nbsp; &lt;/P&gt;&lt;P&gt;2) "building summary" contains a record per building per day that holds the number of available rooms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I join the two tables based on building code and date, and then Sum() the number of available rooms in a chart, the number is totally skewed as it appears to be picking up a record in "building summary" for each record in "reservation revenue", which is not an unreasonable thing to expect.&amp;nbsp; If I Max() the available rooms instead, a day by day breakdown works perfectly, but then they won't sum up when I roll it up for, say, a year at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, all other individual fields in the reservation revenue table must be accessible as selectors, so I believe this precludes me from building a version of that table in the script with a group by clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is this:&amp;nbsp; how do I get a chart where I get the proper sum of room nights, and the proper number of available rooms so I can calculate an occupancy percentage that will still be able to roll up by week/month/year etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate any help anyone can provide.&amp;nbsp; I am convinced it can be done but that I am just not seeing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962219#M330101</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T15:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962220#M330102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by not joining the tables. Consider concatenating the two tables instead or just leave them linked by a key built out of date and building.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962220#M330102</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-29T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962221#M330103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!&amp;nbsp; Thank you for your response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how you'd concatenate the two tables...my understanding was that concatenation takes all the rows from one table and appends the rows from a second table to it.&amp;nbsp; Have I misunderstood?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a key built from the date and building, won't that still result in duplicating the records in building summary?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962221#M330103</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962222#M330104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "join the two tables..."?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping your two tables separate in your data model would IMHO fix most of the problems you mention, but that would depend on how you create your objects and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be very helpful to us if you could post your document (optionally with example data instead of the real stuff) in this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962222#M330104</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-29T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962223#M330105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the building summary table the aggregation of the inforamtion in the reservation revenue?&amp;nbsp; If it is, can you just bring in the reservation revenue table and allow QlikView to do the aggregation - this will then have a single source of the detail and aggregation and will tie the selection criteria to be associated to both&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962223#M330105</guid>
      <dc:creator />
      <dc:date>2015-09-29T16:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962224#M330106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Associations work like real script JOINs, except that &lt;SPAN style="font-size: 13.3333px;"&gt; in a grand total &lt;/SPAN&gt;they count every summary record only once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962224#M330106</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-29T16:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962225#M330107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting.&amp;nbsp; But if you keep the two tables separate in the data model, how would that even work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always understood that tables needed to be "joined" (maybe I am using non-standard language?) by primary and foreign keys.&amp;nbsp; So if I don't use the building code and date to connect the two tables together, then how would they connect?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am mostly self taught with Qlikview so perhaps there's a whole world of stuff I don't know how to do with the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Rayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962225#M330107</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962226#M330108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you create a key built from the date and building, won't that still result in duplicating the records in building summary?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not if the fields used for aggregation in the front end chart belongs to the same internal data model table (i.e. there is no need for QlikView to perform the actual join of the two tables on runtime).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962226#M330108</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-29T16:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962227#M330109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly no.&amp;nbsp; The reservation revenue table contains reservations made by guests.&amp;nbsp; The building summary is "how many rooms do we have available to sell?".&amp;nbsp; So I use the number of rooms booked per given day, divide that by the number of rooms available to sell on that day to get an occupancy percentage.&amp;nbsp; Most clients need that percentage by month or year, not really by day.&amp;nbsp; So I have to be able to "roll up" the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962227#M330109</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962228#M330110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlikview reference book and looked up associations.&amp;nbsp; The syntax has a similar structure to Set Analysis, correct?&amp;nbsp; (or maybe it &lt;STRONG&gt;is&lt;/STRONG&gt; Set Analysis?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962228#M330110</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962229#M330111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We always start by thinking that we misunderstood your case instead of the other way around &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; That's why I asked for an example document so that we can investigate, learn and - hopefully - provide some useful feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV associative mode is not an RDBMS. It works in a quite different way. In QlikView a JOIN usually means something like a SQL JOIN whereby in the load script you throw together two tables and hope they'll have as many matching rows as possible. That logic equally applies to a QV associative model, but in a dynamic non-final way. The two tables can stay separate, but as Stefan says you'll need a key to connect them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you build an object on top of this data model, you can shoiw all individual reservations on a specific day, together with the corresponding summary. The summary details may seem to be duplicated in each individual row, but the summary totals and the bottom or the top of the object will include each individual summary line only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962229#M330111</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-29T16:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962230#M330112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off, thank you so much for your patience with me.&amp;nbsp; As I say, it's likely I go about some of this in a different manner because most of what I know I learned on my own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"In QlikView a JOIN usually means something like a SQL JOIN whereby in the load script you throw together two tables and hope they'll have as many matching rows as possible." &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep...that's pretty much the model under which I was operating!&amp;nbsp; I was joining the two tables together by date and building code, but multiple records in one meant duplicated records in the other.&amp;nbsp; I expect the Association you mentioned above might be my saving grace, if I can only figure out how to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962230#M330112</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962231#M330113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, with associations we refer to the mechanism that the QlikView associative database uses to dynamically connect internal tables and walk from selected values in one internal table to the associated rows and fields in another internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962231#M330113</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-29T16:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962232#M330114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a first step, remove the JOIN prefix from your LOAD in the script. This should link the two tables by Date and Code by creating a synthetic key. For now, you can leave the synthetic key and check if the data model fit your requirements by building your charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962232#M330114</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-29T16:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962233#M330115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And in my case, that sounds like it &lt;STRONG&gt;should&lt;/STRONG&gt; work because the lack of join means lack of duplication, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962233#M330115</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962234#M330116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, do as Stefan says. Load the first table and create a key from building code and date. You can use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Building Code] &amp;amp; '|' &amp;amp; Date AS %Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then load the second table (do NOT join it to the first) and create the same key. Omit the [Building Code] and Date fields in the second table, as they will be creating synthetic keys. Now reload your document. Do not change anything in the UI, just watch what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also jump the gun and load the two tables without creating keys. If building code and date have the same names (identical spelling) in both tables, synthetic keys are created that produce the same behavior as a single key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Sorry, started writing before Stefan posted his reply. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962234#M330116</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-29T16:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962235#M330117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between you and &lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;, that made a huge difference....thank you!&amp;nbsp; Now, the only issue is that I need all records from building summary, even when there are no reservations that day.&amp;nbsp; Monthly or annual occupancy has to include all days available rooms.&amp;nbsp; I think that's why I tried the left outer join to begin with....it drops the days with no reservations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to attach the model I am using.&amp;nbsp; If I can figure out how....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962235#M330117</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T17:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962236#M330118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the two tables in the app that are causing me grief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect I am making a simple mistake, and I am just not seeing it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962236#M330118</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-29T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Eradicating Duplicate Records</title>
      <link>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962237#M330119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did upload the view a few entries above, but now I have an issue where I am dropping all the records in the summary table that have no reservations in the reservation table.&amp;nbsp; (I think that was the point of the Left Outer Join to begin with.)&amp;nbsp; Do you have any ideas on how to make sure I get all the building summary records, regardless of "matches" in the other table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 13:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eradicating-Duplicate-Records/m-p/962237#M330119</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2015-09-30T13:37:43Z</dc:date>
    </item>
  </channel>
</rss>

