<?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 When to use concatenated load and join load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281680#M1182706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Concatenation and Join are there for two totally different purpose.&lt;/P&gt;&lt;P&gt;Concatenation is primarily used where we are getting same set of data from two different sources. for example one part of your data is coming from 1 table and another part of your data is coming from another table. So, you concatenate second table to 1st table and make 1 table from these 2 tables. It primary function is to add rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join is primarily used when based on any key you want to add more fields to your table.for example you have a key field in your table and to get description you join description table to your 1st table to get description in 1st table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference needs to be understood here is that concatenation does not do any search and just append the rows. while join will work on the base of search, it will search for the matching key values.&lt;/P&gt;&lt;P&gt;for example we have 2 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD align="right" height="19" style="height: 14.25pt;"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD align="right" height="19" style="height: 14.25pt;"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 144pt;" width="192"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl65" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;TD class="xl65" style="width: 48pt;" width="64"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use concatenation then resulting table will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt;" width="64"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;12&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we do a join (suppose a full outer join) it will be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="77"&gt;F1&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none; border-left-width: initial; border-left-color: initial;" width="84"&gt;F2&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none; border-left-width: initial; border-left-color: initial;" width="95"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;11&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;13&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;13&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;14&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other joins in qlikview are inner join, left join, right join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you see both of them are having a different result and are used in different scenrios.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 18:33:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-17T18:33:07Z</dc:date>
    <item>
      <title>When to use concatenated load and join load?</title>
      <link>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281678#M1182704</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;When to use concatenated load and join load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281678#M1182704</guid>
      <dc:creator />
      <dc:date>2012-01-17T09:58:56Z</dc:date>
    </item>
    <item>
      <title>When to use concatenated load and join load?</title>
      <link>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281679#M1182705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to append data into one table then use concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if want to append data on basis of some key field use join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 10:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281679#M1182705</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-17T10:01:41Z</dc:date>
    </item>
    <item>
      <title>When to use concatenated load and join load?</title>
      <link>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281680#M1182706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Concatenation and Join are there for two totally different purpose.&lt;/P&gt;&lt;P&gt;Concatenation is primarily used where we are getting same set of data from two different sources. for example one part of your data is coming from 1 table and another part of your data is coming from another table. So, you concatenate second table to 1st table and make 1 table from these 2 tables. It primary function is to add rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join is primarily used when based on any key you want to add more fields to your table.for example you have a key field in your table and to get description you join description table to your 1st table to get description in 1st table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference needs to be understood here is that concatenation does not do any search and just append the rows. while join will work on the base of search, it will search for the matching key values.&lt;/P&gt;&lt;P&gt;for example we have 2 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD align="right" height="19" style="height: 14.25pt;"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.25pt;"&gt;&lt;TD align="right" height="19" style="height: 14.25pt;"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 144pt;" width="192"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl65" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;TD class="xl65" style="width: 48pt;" width="64"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" height="17" style="height: 12.75pt;"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use concatenation then resulting table will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; width: 48pt;" width="64"&gt;F1&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt;" width="64"&gt;F2&lt;/TD&gt;&lt;TD class="xl64" style="width: 48pt;" width="64"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt;"&gt;11&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;12&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; border-top: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if we do a join (suppose a full outer join) it will be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="77"&gt;F1&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none; border-left-width: initial; border-left-color: initial;" width="84"&gt;F2&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none; border-left-width: initial; border-left-color: initial;" width="95"&gt;F3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;11&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;13&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;13&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;14&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top-style: none; border-top-width: initial; border-top-color: initial;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other joins in qlikview are inner join, left join, right join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as you see both of them are having a different result and are used in different scenrios.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 18:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-to-use-concatenated-load-and-join-load/m-p/281680#M1182706</guid>
      <dc:creator />
      <dc:date>2012-01-17T18:33:07Z</dc:date>
    </item>
  </channel>
</rss>

