<?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: Issue with some temporary tables being created in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722411#M670820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely, those temporary tables seem to be created only when processing certain lists, not always.&lt;/P&gt;&lt;P&gt;A simple &amp;gt;DROP TABLE &amp;lt; statement will not solve this issue therefore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 12:27:30 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-10-14T12:27:30Z</dc:date>
    <item>
      <title>Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722410#M670818</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 have an issue, seemingly in one piece of my code that goes like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;SOFA_Liste_v2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;From_Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Temp1, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mat_unsauber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;BR /&gt;// At this point, there should be four records in this table&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;RENAME&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sachnr_und_Anz_&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(v_line2)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DROP TABLE SOFA_Liste_v2;&lt;BR /&gt;&lt;BR /&gt;At this point (this is the second one of two subroutines being called), there is an error "FieldName already exists", the reason being that there is some table created in an earlier iteration of that subroutine called "SOFA_Liste_v2-1".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I would like to know why that is being created and not dropped and if I can avoid the creation of that clone - or at least delete it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DataNibbler&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722410#M670818</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722411#M670820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely, those temporary tables seem to be created only when processing certain lists, not always.&lt;/P&gt;&lt;P&gt;A simple &amp;gt;DROP TABLE &amp;lt; statement will not solve this issue therefore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722411#M670820</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T12:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722412#M670821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to just delete any table that might be in the QlikView_database?&lt;/P&gt;&lt;P&gt;I could then put that in a condition to check the nr. of tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722412#M670821</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T12:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722413#M670822</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;Maybe i am misunderstanding the question,but why dont you use the ' drop table' syntax? Please attach script or script part for better understanding the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722413#M670822</guid>
      <dc:creator>dickelsa</dc:creator>
      <dc:date>2014-10-14T12:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722414#M670824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I can't - the script is very complex.&lt;/P&gt;&lt;P&gt;It runs over six sheets - and those tables seem to be generated only when processing certain lists, not with the others.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The piecé of&amp;nbsp; code where I suppose this happens is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SOFA_Liste_v2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;From_Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Temp1, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mat_unsauber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;RENAME&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sachnr_und_Anz_&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(v_line2)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(In that field, there are actually four records (in one row in the base Excel_list), so the output should be 4 records. That works well - it's only in one of those six lists that these temporary tables seem to be created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Just a moment, I'll let the whole thing run once more and we'll see.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 12:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722414#M670824</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722415#M670825</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;yes, I am pretty sure now.&lt;/P&gt;&lt;P&gt;Of the six lists I am processing, those file_fragments are created on only one.&lt;/P&gt;&lt;P&gt;BUT - this is very confusing. In that list, there are only three completely unusable records and eight orderly ones - the unusable ones have been cleaned out by the first subroutine, so there should be none left for the second subroutine ...&lt;/P&gt;&lt;P&gt;I'm afraid I can't explain this clearly to you right now. I'll be back here when I have enough information to do so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722415#M670825</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722416#M670827</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;Can you maybe attach a screenshot of tableview? then? i think the problem is that you are loading a table underneath it, from the tabel, but not renaming it. this causes a new 'fragmented' table with&lt;/P&gt;&lt;P&gt;&amp;lt;Tablename&amp;gt;-&amp;lt;FragmentNumber&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722416#M670827</guid>
      <dc:creator>dickelsa</dc:creator>
      <dc:date>2014-10-14T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722417#M670828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached script.&lt;/P&gt;&lt;P&gt;it counts the number of tables in your data model an delete them one by one.&lt;/P&gt;&lt;P&gt;For example 3 load 3 tables, delet one table in script and than delete the other two automatical.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722417#M670828</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-10-14T13:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722418#M670830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that sounds quite good. Seems you understand the inner workings quite well.&lt;/P&gt;&lt;P&gt;Do I have to rename the table? I have only one line to process, with four records in it, so that "FROM_FIELD LOAD" should generate only one table with four records?`&lt;/P&gt;&lt;P&gt;(I have now found out that the underlying reason is that my 1st subroutine runs only once on that list, not three times like it should - thus, two unusable records remain in that table and are processed in the 2nd subroutine which should actually not be the case).&lt;/P&gt;&lt;P&gt;The table_fragment created is named "SOFA_Liste_v2-1", so I guess it is created in these lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SOFA_Liste_v2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;From_Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Temp1, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mat_unsauber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;RENAME&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sachnr_und_Anz_&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(v_line2)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722418#M670830</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722419#M670831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Woah!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't actually do anything specific - well, I'm sure I did do something, but not along a specific line of action - but now it seems to work.&lt;/P&gt;&lt;P&gt;Let's see.&lt;/P&gt;&lt;P&gt;Thank you all for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722419#M670831</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-14T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722420#M670833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used your code in my app and now it all runs fine. Thanks a lot for that!&lt;/P&gt;&lt;P&gt;I would like to make it part of our internal "development guidelines" - to make scripts "clean up their act". That's very important in loops as I have experienced - but a sensible thing to do in all situations (I already have a way of removing used variables and removing unnecessary qvd_files).&lt;/P&gt;&lt;P&gt;I haven't yet found out how to modify the code so that one table is left alone and all the others are deleted - for when you need to do an interim_cleaning in the process.&lt;/P&gt;&lt;P&gt;Can you help me there?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722420#M670833</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-15T06:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722421#M670834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the script so now you can declare a table which not ne deleted.&lt;/P&gt;&lt;P&gt;in Line 57 in the script you can define it. You can also combine this if statement with more than one table or the number of lines in the table and so on.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 07:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722421#M670834</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2014-10-15T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with some temporary tables being created</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722422#M670835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-Thanks a lot!&lt;/P&gt;&lt;P&gt;You did it the other way round. That is probably the difference.&lt;/P&gt;&lt;P&gt;I tried to just delete all the tables where the specified tablename (the one to keep) is not encountered. I didn't think of just exiting. I guess I could modify that so that only the loop is exited, not the entire script.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: You have TableName(0) there and TableName(1) - would you mind telling me what is the logic&amp;nbsp; behind that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 07:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-some-temporary-tables-being-created/m-p/722422#M670835</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-15T07:25:43Z</dc:date>
    </item>
  </channel>
</rss>

