<?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 My table label gets ignored in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-table-label-gets-ignored/m-p/267563#M1188707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. What you are doing is create 2 identical tables. Qlikview will always combine these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable_temp:&lt;/P&gt;&lt;P&gt;LOAD id, date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Example);&lt;/P&gt;&lt;P&gt;SQL SELECT 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load id as ID_new, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date as Date&lt;/P&gt;&lt;P&gt; resident exampletable_temp&lt;/P&gt;&lt;P&gt;order by date asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table exampletable_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 13:44:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-16T13:44:26Z</dc:date>
    <item>
      <title>My table label gets ignored</title>
      <link>https://community.qlik.com/t5/QlikView/My-table-label-gets-ignored/m-p/267562#M1188706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know, when you put a load or sql query in your load script, you precede those statements with a 'table_name:'? One of those gets ignored.&lt;/P&gt;&lt;P&gt;My goal is to load data from an Excel file, and then load that data again with 'resident' so I can sort it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable_temp:&lt;/P&gt;&lt;P&gt;LOAD id, date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Example);&lt;/P&gt;&lt;P&gt;SQL SELECT 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable:&lt;/P&gt;&lt;P&gt;load id, date resident exampletable_temp&lt;/P&gt;&lt;P&gt;order by date asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table exampletable_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think the temporary table would get filled, then the data ordered and put in exampletable, and then the temporary table deleted.&lt;/P&gt;&lt;P&gt;However, what happens is all data gets loaded in the temporary table, then the result of the second load also gets put in the temporary table (exampletable never gets made), and then the temporary table (with duplicate values) gets deleted. So nothing remains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 13:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-table-label-gets-ignored/m-p/267562#M1188706</guid>
      <dc:creator />
      <dc:date>2011-09-16T13:25:18Z</dc:date>
    </item>
    <item>
      <title>My table label gets ignored</title>
      <link>https://community.qlik.com/t5/QlikView/My-table-label-gets-ignored/m-p/267563#M1188707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. What you are doing is create 2 identical tables. Qlikview will always combine these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable_temp:&lt;/P&gt;&lt;P&gt;LOAD id, date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Example);&lt;/P&gt;&lt;P&gt;SQL SELECT 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exampletable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load id as ID_new, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date as Date&lt;/P&gt;&lt;P&gt; resident exampletable_temp&lt;/P&gt;&lt;P&gt;order by date asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table exampletable_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 13:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-table-label-gets-ignored/m-p/267563#M1188707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-16T13:44:26Z</dc:date>
    </item>
  </channel>
</rss>

