<?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: Getting duplicate records after using Joins for three different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600097#M737126</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The answer depends on what rule you want to apply to decide which is the right creation date.&lt;/P&gt;&lt;P&gt;So a solution &lt;EM&gt;might&lt;/EM&gt; be that the dates should be ordered - i.e. your outcome would be;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;OrderID&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Post Date&lt;/TD&gt;&lt;TD&gt;DocNumnber&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;AssignmentID&lt;/TD&gt;&lt;TD&gt;Creation Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273445&lt;/TD&gt;&lt;TD&gt;873&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1235&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273450&lt;/TD&gt;&lt;TD&gt;874&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1235&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/24/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273493&lt;/TD&gt;&lt;TD&gt;874&lt;/TD&gt;&lt;TD&gt;06/25/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or the first/last date could be chosen, and the scripting would be very different. It depends on what your business rules are, what do your users expect to see?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2019 19:30:47 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2019-07-08T19:30:47Z</dc:date>
    <item>
      <title>Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1599411#M737125</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;I have to match the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the Table 1 in the Table 2 and then for the respective&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AssignmentID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the Table 2, I need to find a match in the Table 3 to complete the connection between the three tables to get the Post Date and Creation Date for each&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which i need for the calculations. Now I tried to apply Left Join between Table 1 and Table 2 and then again a Left Join between the resulting table and the Table 3. This works for unique values in the key fields but in real time, it is fairly common to have multiple records for the same&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with different Post Dates, DocNumber etc and similarly multiple records for the same&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AssignmentID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with different Creation Date/DeliveryNumber, you get the gist of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Ex: If there are two records for the same&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OrderID&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Table 1 and have two records in the Table 3 for the respective&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AssignmentID&lt;/STRONG&gt;, then after applying the Joins, I will have 4 records in the resulting table rather than just 2 i.e. a duplicate for each record. What i want is to have both Creation Date and Post Date in my final table for each record in the Table 1 without any duplicates. I couldn't use ApplyMap() because of the duplicates in the Key fields(or is there a workaround?)&lt;/P&gt;&lt;P&gt;Below is a simple example of how the data looks and how it is connected.Please help me out here to get the desired result as without getting this done, there's no moving forward. Let me know if the problem is not clear enough&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;OrderID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Post Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DocNumnber&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;....More Columns&lt;/P&gt;&lt;P&gt;1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/23/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98273445&lt;/P&gt;&lt;P&gt;1235&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/23/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98273450&lt;/P&gt;&lt;P&gt;1235&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/24/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98273493&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;OrderID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignmentID&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;....More Columns&lt;/P&gt;&lt;P&gt;1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;873&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1235&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;874&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 3&lt;/P&gt;&lt;P&gt;AssignmentID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Creation Date&amp;nbsp; &amp;nbsp; &amp;nbsp; DeliveryNumber&lt;/P&gt;&lt;P&gt;873&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/23/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98749335&lt;/P&gt;&lt;P&gt;874&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/23/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98749337&lt;/P&gt;&lt;P&gt;874&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 06/25/19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98749342&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1599411#M737125</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2024-11-16T03:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600097#M737126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The answer depends on what rule you want to apply to decide which is the right creation date.&lt;/P&gt;&lt;P&gt;So a solution &lt;EM&gt;might&lt;/EM&gt; be that the dates should be ordered - i.e. your outcome would be;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;OrderID&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Post Date&lt;/TD&gt;&lt;TD&gt;DocNumnber&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;AssignmentID&lt;/TD&gt;&lt;TD&gt;Creation Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273445&lt;/TD&gt;&lt;TD&gt;873&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1235&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273450&lt;/TD&gt;&lt;TD&gt;874&lt;/TD&gt;&lt;TD&gt;06/23/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1235&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;06/24/19&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;98273493&lt;/TD&gt;&lt;TD&gt;874&lt;/TD&gt;&lt;TD&gt;06/25/19&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or the first/last date could be chosen, and the scripting would be very different. It depends on what your business rules are, what do your users expect to see?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 19:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600097#M737126</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-07-08T19:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600224#M737127</link>
      <description>&lt;P&gt;Hi Chris&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try ordering the tables by date before joining them but it would still give me 4 records for OrderID&amp;nbsp;&lt;SPAN&gt;1235 rather than 2 after the Join(which how a Join would work) and i can't actually identify the duplicates as there's no pattern because duplicates are not restricted&amp;nbsp;to just 2 or 3.So, I also thought of using AssignmentID &amp;amp; rowno() as a unique key but can't use this approach because Count(OrderID) won't be equal to Count(AssignmentID) in real time. I think the only way to do this is if I had another field which is unique and common between Table 1 and Table 3 which i don't have unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regarding the rule : So you're right like for duplicates, OrderID with the oldest Post Date should be mapped with the AssignmentID with the oldest Creation Date&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the suggestion though.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pranav&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600224#M737127</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2019-07-09T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600251#M737128</link>
      <description>Hi Pranav,&lt;BR /&gt;&lt;BR /&gt;As your dates can be different then you need to add a counter to the tables with dates using an if/peek/rowno pattern that resets with each set of IDs.&lt;BR /&gt;&lt;BR /&gt;You then make the counter part of your join so join on combination of counter and ID.&lt;BR /&gt;&lt;BR /&gt;There will be an example somewhere on community, or I will dig one out for you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2019 07:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600251#M737128</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-07-09T07:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600577#M737129</link>
      <description>&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;Try the script below;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20190709_1.png" style="width: 753px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15164iB1406EF4478354EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="20190709_1.png" alt="20190709_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;order_date:
LOAD * INLINE [
OrderID,Post Date,DocNumnber
1234,06/23/19,98273445
1235,06/23/19,98273450
1235,06/24/19,98273493
];

order_assignment:
LOAD * INLINE [
OrderID,AssignmentID
1234,873
1235,874
];

assignment_date:
LOAD * INLINE [
AssignmentID,Creation Date,DeliveryNumber
873,06/23/19,98749335
874,06/23/19,98749337
874,06/25/19,98749342
];



order_date_2:
NoConcatenate
Load
	If(RowNo()=1,
		1,
		If(Peek(OrderID)&amp;lt;&amp;gt;OrderID,
			1,
			Peek(Counter)+1
			)
		) AS Counter,
	*
Resident order_date
order by OrderID,[Post Date];

assignment_date_2:
NoConcatenate
Load
	If(RowNo()=1,
		1,
		If(Peek(AssignmentID)&amp;lt;&amp;gt;AssignmentID,
			1,
			Peek(Counter)+1
			)
		) AS Counter,
	*
Resident assignment_date
Order by AssignmentID,[Creation Date];
	
left join (order_date_2)
Load
	*
Resident order_assignment;

left join (order_date_2)
Load
	*
Resident assignment_date_2; 

drop tables order_date, assignment_date, order_assignment, assignment_date_2;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1600577#M737129</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-07-09T18:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1601324#M737130</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for the script man!&lt;/P&gt;&lt;P&gt;I tested it for all the possible scenarios i could think of and it hold up good.&lt;/P&gt;&lt;P&gt;Thanks for saving the day.&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 11:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1601324#M737130</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2019-07-11T11:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1811405#M1212660</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28968"&gt;@chrismarlow&lt;/a&gt;&amp;nbsp; can you explain why this was the route to take and what it is doing?&lt;/P&gt;&lt;P&gt;I think I can use this for a similar problem, but I need to better understand what is happening since I have more fields than the original issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 14:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1811405#M1212660</guid>
      <dc:creator>pam1990</dc:creator>
      <dc:date>2021-05-28T14:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting duplicate records after using Joins for three different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1811422#M1212663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So crux of this is there is an allocation question where we have records in order_date and assignment_date where we would like to match off against each other but there is no unique key to join on.&lt;/P&gt;&lt;P&gt;It looks a bit more complicated than it is as there is also order_assignment as a mapping, but as that is one to one, so other than apply the mapping we don't need to worry about it.&lt;/P&gt;&lt;P&gt;So in the back &amp;amp; forth we established that an acceptable business rule was to order by date in this case, so for each set or OrderID (equivalent to AssignmentID) the first Post Date would be matched with the first Creation Date and so on.&lt;/P&gt;&lt;P&gt;It is easier to do this by creating a counter, so marking that first pair on each side with 1 etc, than trying to do something with the dates first. The preceeding load (with the If/RowNo/Peek) and sorting adds these to the two sides &amp;amp; then can be joined.&lt;/P&gt;&lt;P&gt;If you drop different sets of tables at the end then the intermediate tables might help show what is going on better than I've explained it. I would say take the drop statement out, but QlikView then does something horrible with synthetic keys that makes it harder to follow&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;Shout if that does not help.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 15:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-duplicate-records-after-using-Joins-for-three-different/m-p/1811422#M1212663</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2021-05-28T15:15:47Z</dc:date>
    </item>
  </channel>
</rss>

