<?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: Tryin' to Understand Concatenate &amp; Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308414#M1192561</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;awadia wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry community admins if posting links to other sites is against the rules.....I'll be happy to edit this post if necessary.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an admin and I've honestly never read the terms of use for the forum, but we post links to other sites all the time and I've never heard any grief.&amp;nbsp; I THINK that what QlikTech cares about is that people get good information, period.&amp;nbsp; The forum isn't a sales site where taking people to other sites would reduce sales.&amp;nbsp; If QlikTech believes in their product, and I'm convinced they do, then correct information, regardless of source, can only help them overall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not that ALL information about QlikView is directly good for sales, such as if we're discussing weaknesses of the product or why some other product might serve a particular person's needs better than QlikView.&amp;nbsp; But if the product overall is good, this sort of honest exchange is, in my opinion, good for QlikTech overall.&amp;nbsp; I've never seen any censoring even when we're discussing advantages of competitor products.&amp;nbsp; QlikTech seem like good people.&amp;nbsp; I'm sure there must be some negative interactions out there, but I've had nothing but positive interactions with them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2011 17:13:27 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-06-27T17:13:27Z</dc:date>
    <item>
      <title>Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308406#M1192553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two (2) tables that really should be one (1) table. However, due to some brilliant data integrity, field names are different and I cannot figure out if I need to concatenate or join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;ID,&amp;nbsp; LastName&lt;/P&gt;&lt;P&gt;1, Smith&lt;/P&gt;&lt;P&gt;2, Johnson&lt;/P&gt;&lt;P&gt;3, Fogherty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;ID, Last_Name (notice the underscore for Last_Name)&lt;/P&gt;&lt;P&gt;4, Lord&lt;/P&gt;&lt;P&gt;5, Stronghold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to only have one table with only 2 fields: ID and LastName, but obviously from the contents of both Table1 and 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;ID, LastName&lt;/P&gt;&lt;P&gt;1, Smith&lt;/P&gt;&lt;P&gt;2, Johnson&lt;/P&gt;&lt;P&gt;3, Fogherty&lt;/P&gt;&lt;P&gt;4, Lord&lt;/P&gt;&lt;P&gt;5, Stronghold&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is a newbie question. So much apologies, I just have been slammin' my head against the desk tryin' to figure this out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 21:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308406#M1192553</guid>
      <dc:creator />
      <dc:date>2011-06-21T21:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308407#M1192554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post all the newbie questions you want in "New to QlikView".&amp;nbsp; I think that's what it's there for.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I believe you want concatenate, but you'll need to rename the last name from the second table to match the first table so that QlikView realizes they are the same thing.&amp;nbsp; So...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Table3:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD ID, LastName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RESIDENT Table1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CONCATENATE (Table3) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD ID, Last_Name as LastName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RESIDENT Table2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DROP TABLES &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Table1&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;, Table2&lt;/SPAN&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;In practice you probably won't actually need temporary tables 1 or 2.&amp;nbsp; Just do the table 3 load directly from their sources to avoid the temporary tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 22:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308407#M1192554</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-21T22:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308408#M1192555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACK! Thought I was posting on the newbie board. Apologies everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John... thanks for your help.&amp;nbsp; Really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 23:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308408#M1192555</guid>
      <dc:creator />
      <dc:date>2011-06-21T23:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308409#M1192556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heh, you did post on the newbie board.&amp;nbsp; I was &lt;EM&gt;trying&lt;/EM&gt; to say that you'd done the right thing and there was no reason to apologize for posting a newbie question to the newbie board, and you should feel free to post as many as you want.&amp;nbsp; Unfortunately, what I said kind of came out sounding like the opposite!&amp;nbsp; Sorry about that.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 00:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308409#M1192556</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-22T00:03:33Z</dc:date>
    </item>
    <item>
      <title>Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308410#M1192557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi John, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where is the difference between Concatenate and Join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used at least only Join and Left Join, because I don't understand the difference. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 11:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308410#M1192557</guid>
      <dc:creator />
      <dc:date>2011-06-27T11:05:26Z</dc:date>
    </item>
    <item>
      <title>Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308411#M1192558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I struggled with this at first as well and I've found this blog post to be very informative on the subject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.qlikfix.com/2010/12/09/merging-tables-concatenation/"&gt;http://www.qlikfix.com/2010/12/09/merging-tables-concatenation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sorry community admins if posting links to other sites is against the rules.....I'll be happy to edit this post if necessary.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To quote the most important line from that blog post: &lt;/P&gt;&lt;P&gt;........the CONCATENATE prefix lets you add rows to a previously loaded table, while the JOIN prefix lets you add columns to a previously loaded table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Anosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 16:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308411#M1192558</guid>
      <dc:creator />
      <dc:date>2011-06-27T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308412#M1192559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate just appends the records from the new source onto the end of the existing table.&amp;nbsp; There are many forms of join, but they all try to match up "key fields" between the two tables.&amp;nbsp; In QlikView's case, they match on all fields of the same name.&amp;nbsp; So let's take some examples.&amp;nbsp; First, here's our basic script.&amp;nbsp; The concatenate or join will go in the indicated spot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;// either concatenate or a join here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, Canada&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, Mexico&lt;/SPAN&gt;&lt;BR /&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;And here are the expected results for our various options.&amp;nbsp; Hopefully I got all these right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CONCATENATE (Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123, null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234, null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, null, Canada&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, null, Mexico&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LEFT JOIN (Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123, null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234, Canada&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RIGHT JOIN (Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234, Canada&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, null, Mexico&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;OUTER JOIN (Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123, null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234, Canada&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, null, Mexico&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INNER JOIN (Table)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales, Country&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234, Canada&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 16:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308412#M1192559</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-27T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308413#M1192560</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;awadia wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To quote the most important line from that blog post: &lt;/P&gt;&lt;P&gt;........the CONCATENATE prefix lets you add rows to a previously loaded table, while the JOIN prefix lets you add columns to a previously loaded table.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's probably a good rule of thumb to keep in mind, but as the inner and outer join examples show, it's not quite that simple.&amp;nbsp; You can use inner join to add columns and/or remove rows.&amp;nbsp; You can use an outer join to add columns and/or rows.&amp;nbsp; For instance, this would ONLY add rows, not columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;OUTER JOIN (Table)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, 345&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Customer, Sales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Andy, 123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Becky, 234&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Carla, 345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, outer join is used to eliminate exact duplicate rows between the two sources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 16:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308413#M1192560</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-27T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308414#M1192561</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;awadia wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry community admins if posting links to other sites is against the rules.....I'll be happy to edit this post if necessary.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an admin and I've honestly never read the terms of use for the forum, but we post links to other sites all the time and I've never heard any grief.&amp;nbsp; I THINK that what QlikTech cares about is that people get good information, period.&amp;nbsp; The forum isn't a sales site where taking people to other sites would reduce sales.&amp;nbsp; If QlikTech believes in their product, and I'm convinced they do, then correct information, regardless of source, can only help them overall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not that ALL information about QlikView is directly good for sales, such as if we're discussing weaknesses of the product or why some other product might serve a particular person's needs better than QlikView.&amp;nbsp; But if the product overall is good, this sort of honest exchange is, in my opinion, good for QlikTech overall.&amp;nbsp; I've never seen any censoring even when we're discussing advantages of competitor products.&amp;nbsp; QlikTech seem like good people.&amp;nbsp; I'm sure there must be some negative interactions out there, but I've had nothing but positive interactions with them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 17:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308414#M1192561</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-27T17:13:27Z</dc:date>
    </item>
    <item>
      <title>Tryin' to Understand Concatenate &amp; Join</title>
      <link>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308415#M1192562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks John very much. Now it is easier for me to combine tables in the right way. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 05:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tryin-to-Understand-Concatenate-Join/m-p/308415#M1192562</guid>
      <dc:creator />
      <dc:date>2011-06-28T05:08:46Z</dc:date>
    </item>
  </channel>
</rss>

