<?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 Initialisation interfering with extraction? in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574882#M1443</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We have very recently started using the QDF, and I have encountered an issue. In one of our extraction apps, there is one table&amp;nbsp;that is for some reason seen as vL.temp_table. All the fields are qualified and start with 'vL.temp_table.', and the table gets stored as vL.temp_table.&lt;/P&gt;&lt;P&gt;Now the strange thing is that this happens to the second table extracted from the system. I can probably solve this problem by naming the table during the extraction statement, but I'm just wondering why this is happening? The vL.temp_table is dropped during initialisation, so I don't understand how it could interfere with the rest of the script at all?&amp;nbsp;I am mostly curious because I don't want to run into similar issues in the future without noticing.&lt;/P&gt;&lt;P&gt;I don't think I can post the exact script but it goes as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;Set system variables&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Include InitLink.qvs&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Connect to database&amp;gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;SELECT*&lt;BR /&gt;FROM &amp;lt;table&amp;gt;;&lt;BR /&gt;Repeat for about 15 tables&lt;/P&gt;&lt;P&gt;&amp;lt;Loop to store tables&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Loop to drop tables&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks for any help provided!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
    <dc:creator>jensmunnichs</dc:creator>
    <dc:date>2025-07-22T17:59:49Z</dc:date>
    <item>
      <title>Initialisation interfering with extraction?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574882#M1443</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We have very recently started using the QDF, and I have encountered an issue. In one of our extraction apps, there is one table&amp;nbsp;that is for some reason seen as vL.temp_table. All the fields are qualified and start with 'vL.temp_table.', and the table gets stored as vL.temp_table.&lt;/P&gt;&lt;P&gt;Now the strange thing is that this happens to the second table extracted from the system. I can probably solve this problem by naming the table during the extraction statement, but I'm just wondering why this is happening? The vL.temp_table is dropped during initialisation, so I don't understand how it could interfere with the rest of the script at all?&amp;nbsp;I am mostly curious because I don't want to run into similar issues in the future without noticing.&lt;/P&gt;&lt;P&gt;I don't think I can post the exact script but it goes as follows:&lt;/P&gt;&lt;P&gt;&amp;lt;Set system variables&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Include InitLink.qvs&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Connect to database&amp;gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;SELECT*&lt;BR /&gt;FROM &amp;lt;table&amp;gt;;&lt;BR /&gt;Repeat for about 15 tables&lt;/P&gt;&lt;P&gt;&amp;lt;Loop to store tables&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Loop to drop tables&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks for any help provided!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574882#M1443</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Initialisation interfering with extraction?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574895#M1444</link>
      <description>I usally do something like this:&lt;BR /&gt;&lt;BR /&gt;For each vTable in 'Table1', 'Table2', ... ,'Table15'&lt;BR /&gt;[$(vTable)]:&lt;BR /&gt;SELECT*&lt;BR /&gt;FROM DATABASE.dbo.$(vTable);&lt;BR /&gt;next&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2019 09:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574895#M1444</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-30T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Initialisation interfering with extraction?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574909#M1445</link>
      <description>Hi Vegar,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply. This does fix the problem, but I am still curious why it would 'randomly' replace the name of one of my tables with the name of a table that has already been dropped earlier in the script. I know it doesn't really matter in this case, I'd just like to know so I can hopefully avoid similar problems in the future.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 30 Apr 2019 09:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1574909#M1445</guid>
      <dc:creator>jensmunnichs</dc:creator>
      <dc:date>2019-04-30T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Initialisation interfering with extraction?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1758772#M1446</link>
      <description>&lt;P&gt;Replying to an old thread, but hopefully someone dealing with the same issue finds the solution.&lt;BR /&gt;&lt;BR /&gt;The problem for us was that the tables are not given a name during the load. This creates the vL.temp_table in some point of the reload while QDF is active.&amp;nbsp; So a solution for us was to give the table name in a variable for each table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 08:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Initialisation-interfering-with-extraction/m-p/1758772#M1446</guid>
      <dc:creator>bartsa</dc:creator>
      <dc:date>2020-11-05T08:08:53Z</dc:date>
    </item>
  </channel>
</rss>

