<?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 Help needed....dropping an intermediate table drops the derived table too in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277784#M103502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In Qlikview load script, I have three tables A,B and C﻿. C is derived from A and B. Now I am creating another table D based on these three tables. Now i no longer need table A, B and c so I used drop statement like&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;Drop Table C;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i am seeing here is that table D has also disappeared even though i did not drop it. Can anyone help what might be happening here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2011 21:07:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-09T21:07:33Z</dc:date>
    <item>
      <title>Help needed....dropping an intermediate table drops the derived table too</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277784#M103502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In Qlikview load script, I have three tables A,B and C﻿. C is derived from A and B. Now I am creating another table D based on these three tables. Now i no longer need table A, B and c so I used drop statement like&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;Drop Table C;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what i am seeing here is that table D has also disappeared even though i did not drop it. Can anyone help what might be happening here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 21:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277784#M103502</guid>
      <dc:creator />
      <dc:date>2011-06-09T21:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed....dropping an intermediate table drops the derived table too</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277785#M103503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If table D has the same fields as another table, then you don't actually have a table D, but instead QlikView has&amp;nbsp; concatenated the table D contents onto one of the other tables.&amp;nbsp; To avoid this, when loading D, use NOCONCATENATE.&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 class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not that that's the only possible problem, but it's probably the most common.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 21:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277785#M103503</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-06-09T21:35:26Z</dc:date>
    </item>
    <item>
      <title>Help needed....dropping an intermediate table drops the derived table too</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277786#M103504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Could you post a sample of your script? My initial thought is that there is some logic in your script to generate table D which is failing thus preventing it from loading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the same script with the drop statments commented out &amp;amp; see what (if anything) is being generated there for all of your tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 21:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277786#M103504</guid>
      <dc:creator />
      <dc:date>2011-06-09T21:36:25Z</dc:date>
    </item>
    <item>
      <title>Help needed....dropping an intermediate table drops the derived table too</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277787#M103505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah it works, when i dont drop those previous tables. It only disappear when i drop the prevoios couple of tables. I believe that the problem might be the one which john just mentioned. I will confirm it in my script and then verify the answer if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 22:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277787#M103505</guid>
      <dc:creator />
      <dc:date>2011-06-09T22:04:35Z</dc:date>
    </item>
    <item>
      <title>Help needed....dropping an intermediate table drops the derived table too</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277788#M103506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Wonderful, Thanks Leanard and John for the help. John was right. When I used the NOCONCATENATE, the script is no more removing it from model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 06:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-dropping-an-intermediate-table-drops-the-derived/m-p/277788#M103506</guid>
      <dc:creator />
      <dc:date>2011-06-10T06:23:54Z</dc:date>
    </item>
  </channel>
</rss>

