<?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 drop table cause trouble in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416561#M154861</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;i doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE1: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; load distinct&lt;/P&gt;&lt;P&gt;FactKey_Failure,&lt;/P&gt;&lt;P&gt;Customer_Number_Failure as Customer_Number,&lt;/P&gt;&lt;P&gt;Failure_date as Date_Calander&lt;/P&gt;&lt;P&gt;RESIDENT Failure1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt; load distinct&lt;/P&gt;&lt;P&gt; FactKey_Jam, &lt;/P&gt;&lt;P&gt; Customer_Number_Paper_Jams as Customer_Number,&lt;/P&gt;&lt;P&gt; date_Jame as Date_Calander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Paper1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINK_TABLE :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;RESIDENT TABLE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TABLE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I can not find TABLE1 or LINK_TABLE why ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I dont use drop table everything ok &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 13:04:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-08T13:04:35Z</dc:date>
    <item>
      <title>drop table cause trouble</title>
      <link>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416561#M154861</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;i doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE1: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; load distinct&lt;/P&gt;&lt;P&gt;FactKey_Failure,&lt;/P&gt;&lt;P&gt;Customer_Number_Failure as Customer_Number,&lt;/P&gt;&lt;P&gt;Failure_date as Date_Calander&lt;/P&gt;&lt;P&gt;RESIDENT Failure1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt; load distinct&lt;/P&gt;&lt;P&gt; FactKey_Jam, &lt;/P&gt;&lt;P&gt; Customer_Number_Paper_Jams as Customer_Number,&lt;/P&gt;&lt;P&gt; date_Jame as Date_Calander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Paper1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINK_TABLE :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;RESIDENT TABLE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TABLE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason I can not find TABLE1 or LINK_TABLE why ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I dont use drop table everything ok &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 13:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416561#M154861</guid>
      <dc:creator />
      <dc:date>2012-11-08T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: drop table cause trouble</title>
      <link>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416562#M154862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because your link_table was never created - it was auto-concatenated to the table1.&lt;/P&gt;&lt;P&gt;you can add noconcatenate before loading link table to fix it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 13:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416562#M154862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-08T13:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: drop table cause trouble</title>
      <link>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416563#M154863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables probalbly look to much like each other and he auto concatenates them. If you put a NoConcatenate between the 2 tables your drop table statement wil work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load distinct&lt;/P&gt;&lt;P&gt;FactKey_Jam, &lt;/P&gt;&lt;P&gt;Customer_Number_Paper_Jams as Customer_Number,&lt;/P&gt;&lt;P&gt;date_Jame as Date_Calander&lt;/P&gt;&lt;P&gt;RESIDENT Paper1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LINK_TABLE&lt;STRONG&gt; :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 13:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416563#M154863</guid>
      <dc:creator />
      <dc:date>2012-11-08T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: drop table cause trouble</title>
      <link>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416564#M154864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 13:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/drop-table-cause-trouble/m-p/416564#M154864</guid>
      <dc:creator />
      <dc:date>2012-11-08T13:20:08Z</dc:date>
    </item>
  </channel>
</rss>

