<?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: Drop table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697421#M451011</link>
    <description>&lt;P&gt;It is because,&lt;/P&gt;&lt;P&gt;Your&amp;nbsp;abc.txt &amp;amp;&amp;nbsp;&amp;nbsp;xyz.txt have the same numbers of fields and their names are also the same.&lt;/P&gt;&lt;P&gt;Due to this Qlik by default concatenated both the tables into A1&lt;/P&gt;&lt;P&gt;and thus it couldn't find the table B1 and gave an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 14:15:18 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2020-04-28T14:15:18Z</dc:date>
    <item>
      <title>Drop table</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697419#M451010</link>
      <description>&lt;P&gt;Hello Friends:&lt;/P&gt;&lt;P&gt;Here is the scenario that i am getting error while executing the script.&lt;/P&gt;&lt;P&gt;A1:&lt;/P&gt;&lt;P&gt;Load * from abc.txt;&lt;/P&gt;&lt;P&gt;Store Table_A into c:\test\abc.qvd;&lt;/P&gt;&lt;P&gt;B1:&lt;/P&gt;&lt;P&gt;Load * from xyz.txt;&lt;/P&gt;&lt;P&gt;Store Table_b into c:\test\xyz.txt;&lt;/P&gt;&lt;P&gt;Drop B1;&lt;/P&gt;&lt;P&gt;After running the script i am getting error saying error: Table 'B1' not found&lt;/P&gt;&lt;P&gt;intresting part is both QVD's are created but the dropping table B1 is not happening. Another thing i noticed is that if i add code to drop table A1 then the script executes fine with QVD's are created and table A1 and B1 both are deleted.&lt;BR /&gt;Is there any reason that i cannot drop only table B1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697419#M451010</guid>
      <dc:creator>Kumar6872</dc:creator>
      <dc:date>2020-04-28T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697421#M451011</link>
      <description>&lt;P&gt;It is because,&lt;/P&gt;&lt;P&gt;Your&amp;nbsp;abc.txt &amp;amp;&amp;nbsp;&amp;nbsp;xyz.txt have the same numbers of fields and their names are also the same.&lt;/P&gt;&lt;P&gt;Due to this Qlik by default concatenated both the tables into A1&lt;/P&gt;&lt;P&gt;and thus it couldn't find the table B1 and gave an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697421#M451011</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-28T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table</title>
      <link>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697423#M451012</link>
      <description>&lt;P&gt;Just to add that you can use NoConcatenate keyword to avoid that behaviour:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;B1:
Noconcatenate
Load * from xyz.txt;
Store Table_b into c:\test\xyz.txt;
Drop B1;&lt;/LI-CODE&gt;&lt;P&gt;So you can access data from B1 table and work with it before dropping it.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drop-table/m-p/1697423#M451012</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-28T14:23:38Z</dc:date>
    </item>
  </channel>
</rss>

