<?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: Concatenate/Join tables from 3 sources without duplication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799280#M282222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Table:&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source, Team &amp;amp; '|' &amp;amp; Division as [UniqueKey] FROM source1;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Concatenate&lt;SPAN style="mso-spacerun: yes;"&gt; (&lt;/SPAN&gt;Table)&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source FROM source2 where not exists([UniqueKey], Team &amp;amp; '|' &amp;amp; Division);&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Concatenate&lt;SPAN style="mso-spacerun: yes;"&gt; (&lt;/SPAN&gt;Table)&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source FROM source3 where not exists([UniqueKey], Team &amp;amp; '|' &amp;amp; Division);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 12:36:35 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-02-02T12:36:35Z</dc:date>
    <item>
      <title>Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799275#M282217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three sources of data (source1, source2, source3) and I would like for them all to be joined into one table. I've been able to get close to the desired result using Concatenate or Outer Join, but not quite what I require as some records are being duplicated. To give an small example of my problem, my load script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14226329885711117" jivemacro_uid="_14226329885711117" modifiedtitle="true"&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;Team&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;Division&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Source&lt;/P&gt;
&lt;P&gt;FROM source1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Team&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Division&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Source&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;FROM source2&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Concatenate&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Team&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Division&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;Source&lt;/P&gt;
&lt;P style="font-size: 13.3333330154419px;"&gt;FROM source3&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem arises when I have a Team which has changed Division in a different source. Each Team/Division combination should only show up once, but they're actually showing up three times. I only want the rows shaded green in my data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;First&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;source1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;First&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the other teams which don't have a different division between sources appear perfectly fine when concatenating or outer joining the tables (1 team per source).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can modify the script so that it doesn't produce the undesired rows above? Would some form of applymap be helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799275#M282217</guid>
      <dc:creator />
      <dc:date>2015-01-30T16:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799276#M282218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this condition on your last 2 load statements :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where Not Exists(Team) And Not Exists(Division)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is the [Source] field actually required ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799276#M282218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-30T16:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799277#M282219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate should be the best approach - if you then have duplicates put recno() and rowno() in your loads and/or check your source-files. Maybe they needed to be cleaned or you need another logic to identify them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799277#M282219</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-30T16:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799278#M282220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I tried your solution, but it excluded too many values, so only the first green row in the table (source1) was loaded, but I also need the source2 and source3 rows. The Source field is required because I need to compare rows from the three sources (based on the source's date), or more specifically, I need to track any team that's changed division between the different sources (each source is a different season).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 10:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799278#M282220</guid>
      <dc:creator />
      <dc:date>2015-02-02T10:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799279#M282221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Marcus. I've placed recNo() and rowNo() in the three load statements but that hasn't changed anything as every row is already unique, but the problem is the rows in the table above that aren't shaded green don't actually exist in the raw data; they're being created at some point in the load, probably due to the concatenation. I'm unable to find a way of loading them all so that those extra rows aren't created, or so that too many rows are excluded from the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799279#M282221</guid>
      <dc:creator />
      <dc:date>2015-02-02T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799280#M282222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Table:&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source, Team &amp;amp; '|' &amp;amp; Division as [UniqueKey] FROM source1;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Concatenate&lt;SPAN style="mso-spacerun: yes;"&gt; (&lt;/SPAN&gt;Table)&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source FROM source2 where not exists([UniqueKey], Team &amp;amp; '|' &amp;amp; Division);&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Concatenate&lt;SPAN style="mso-spacerun: yes;"&gt; (&lt;/SPAN&gt;Table)&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;LOAD&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Team, Division, Source FROM source3 where not exists([UniqueKey], Team &amp;amp; '|' &amp;amp; Division);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 12:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799280#M282222</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-02T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate/Join tables from 3 sources without duplication</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799281#M282223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus - While the suggestion above didn't yield the results I require (it only showed source2 and source3 data that didn't exist in source1; in this case, only the first row), it did inspire my eventual solution/workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a field (call it TeamDivision) which is a concatenation of Team &amp;amp; Division, separated by a "|":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14229611423655403" jivemacro_uid="_14229611423655403"&gt;
&lt;P&gt;Team &amp;amp; '|' &amp;amp; Division AS TeamDivision&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this (for some reason I simply didn't notice this before I included the "|") I could see that the division matched the source on each row:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TeamDivision&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;First&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;source1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;First&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Second&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;Third&lt;/TD&gt;&lt;TD style="padding: 2px; background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I then created another field which took a substring of the TeamDivision, based on that magical "|" which displays everything to the right of the "|"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14229620718217090" jivemacro_uid="_14229620718217090"&gt;
&lt;P&gt;mid([&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;TeamDivision]&lt;/SPAN&gt;, index(&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;TeamDivision]&lt;/SPAN&gt;,'|')+1) as TeamDivisionSub&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And added it into the table:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="249" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); font-size: 13.3333330154419px; width: 562px; height: 249px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;TeamDivision&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;TeamDivisionSub&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;STRONG&gt;First&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;STRONG&gt;First&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;source1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;First&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Second&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Second&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Third&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source1&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;Third&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; background-color: #ccffcc;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Third&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;STRONG&gt;Third&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Finally, I added an expression to the table which only shows the rows where TeamDivisionSub = Division, resulting in only the green rows &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 13.3333330154419px; width: 564px; height: 99px;" width="562"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;TeamDivision&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;TeamDivisionSub&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;First&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;First&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;First&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;source1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Second&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;Second&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns|&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;Third&lt;/TD&gt;&lt;TD style="background-color: #ccffcc;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#CCFFCC&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 13.3333330154419px; width: 564px; height: 99px;" width="562"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Team&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Division&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG&gt;Source&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: transparent;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;First&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;source1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: transparent;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;Second&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: transparent;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;North London Guns&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;Third&lt;/TD&gt;&lt;TD style="background-color: transparent;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;source3&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Join-tables-from-3-sources-without-duplication/m-p/799281#M282223</guid>
      <dc:creator />
      <dc:date>2015-02-03T11:30:00Z</dc:date>
    </item>
  </channel>
</rss>

