<?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 joining tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139569#M373661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I get headcount data that is sent to me on a weekly bases I need to come up with the joiners and leavers by joining the old headcount data with the new one. Whats relevant to me from the data is the Employee ID and Location. how do I come up with the people that just joined our staff and the one's that left. THANKS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 13:19:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-12T13:19:05Z</dc:date>
    <item>
      <title>joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139569#M373661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I get headcount data that is sent to me on a weekly bases I need to come up with the joiners and leavers by joining the old headcount data with the new one. Whats relevant to me from the data is the Employee ID and Location. how do I come up with the people that just joined our staff and the one's that left. THANKS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 13:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139569#M373661</guid>
      <dc:creator />
      <dc:date>2016-07-12T13:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139570#M373662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe use Concatenate instead of joins and also use Where Not Exists(Prev_employeeID, EmployeeID) statement so that you only concatenate the new employees from the weekly data. I am assuming that you already have a date or timestamp field for you to track when those employees joined or left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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, 12 Jul 2016 14:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139570#M373662</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-07-12T14:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139571#M373663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your comment..... I've tried this but I doesn't seem to work correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Leavers:&lt;BR /&gt; //LOAD distinct [HC "Standard ID"] as SID&lt;BR /&gt; //FROM&lt;BR /&gt; //&lt;H&gt;&lt;BR /&gt; //(ooxml, embedded labels, table is [Current Headcount]);&lt;BR /&gt; //&lt;BR /&gt; //NoConcatenate&lt;BR /&gt; //&lt;BR /&gt; //Leavers2:&lt;BR /&gt; //LOAD distinct&lt;BR /&gt; //[HC "Standard ID"]&lt;BR /&gt; //FROM&lt;BR /&gt; //&lt;H&gt;&lt;BR /&gt; //(ooxml, embedded labels, table is [Prev HC])&lt;BR /&gt; //where not Exists(SID, [HC "Standard ID"]) ; &lt;/H&gt;&lt;/H&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139571#M373663</guid>
      <dc:creator />
      <dc:date>2016-07-12T18:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139572#M373664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Leavers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD distinct [HC "Standard ID"] as SID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;H&gt;&lt;/H&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(ooxml, embedded labels, table is [Current Headcount]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Concatenate -- Or you can omit Concatenate clause.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Leavers2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[HC "Standard ID"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;H&gt;&lt;/H&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(ooxml, embedded labels, table is [Prev HC])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where not Exists(SID, [HC "Standard ID"]) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139572#M373664</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-07-12T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139573#M373665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for getting back to me..... this gave me the same result that I had previously &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139573#M373665</guid>
      <dc:creator />
      <dc:date>2016-07-12T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139574#M373666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you happen to have sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-tables/m-p/1139574#M373666</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-07-12T20:50:10Z</dc:date>
    </item>
  </channel>
</rss>

