<?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: Joining/Keeping after outer join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542862#M482668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am already using Noconcatenate, is it necessary to drop the tables A &amp;amp; B?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 07:22:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-31T07:22:05Z</dc:date>
    <item>
      <title>Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542859#M482665</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;I have a table say "Test" in which I am outer joining few tables. After that there is another table in which I am using fields from table Test, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join (Test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on. After this I am creating another table using fields from Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Sum(...),&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;Resident Test&lt;/P&gt;&lt;P&gt;group by ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is that after Test table has been loaded, It takes a lot of time to load table Test1. &lt;/P&gt;&lt;P&gt;When I checked in log file i found that after Test is loaded, there is a statment Joining/Keeping and then Test1 starts loading. However, I do not want this table Test1 to be joined to anything. I tried using Noconcatenate also, but i am not able to make it work.&lt;/P&gt;&lt;P&gt;Anybody has any ideas on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 07:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542859#M482665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T07:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542860#M482666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join (Test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table A;&lt;/P&gt;&lt;P&gt;Drop table B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;Noconcatenate &lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Sum(...),&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident Test&lt;/P&gt;&lt;P&gt;group by ...;&lt;/P&gt;&lt;P&gt;Drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//After Joining Test table it will take little bit more time to create Test1 table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards -bika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 07:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542860#M482666</guid>
      <dc:creator />
      <dc:date>2013-07-31T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542861#M482667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use keep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 07:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542861#M482667</guid>
      <dc:creator />
      <dc:date>2013-07-31T07:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542862#M482668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am already using Noconcatenate, is it necessary to drop the tables A &amp;amp; B?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 07:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542862#M482668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T07:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542863#M482669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got exactly this issue - for some reason the log says that a keep/join is happening, when I have not asked one to! No idea why...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542863#M482669</guid>
      <dc:creator>juleshartley</dc:creator>
      <dc:date>2017-03-14T11:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542864#M482670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to create a new column in the Test1 table as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(...),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'' AS JUNK&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Test&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by ...;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop table Test;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this will prevent the table to auto concatenate with the tables above. Then you can drop this JUNK column.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let me know if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542864#M482670</guid>
      <dc:creator>aapurva09</dc:creator>
      <dc:date>2017-03-22T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining/Keeping after outer join</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542865#M482671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand. You &lt;EM&gt;are&lt;/EM&gt; joining two or more tables before loading Test1, so the log entry is ok for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it not show up when you remove the script code for Test1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 09:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Keeping-after-outer-join/m-p/542865#M482671</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-22T09:35:36Z</dc:date>
    </item>
  </channel>
</rss>

