<?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: Problem with example application and temporary workaround in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568242#M1448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vadim, I will add the change to the example.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jan 2014 16:14:01 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2014-01-25T16:14:01Z</dc:date>
    <item>
      <title>Problem with example application and temporary workaround</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568241#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently looking at sample applications in QDF. One of them - NorthWindExampleMart.qvw - breaks on load with error&lt;/P&gt;&lt;PRE&gt;
&lt;P&gt;&lt;CODE&gt;Ошибка в строке скрипта:&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;for vL.tttt = 0 to vL.xxxx-1 &lt;/CODE&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;CODE&gt;Oшибка в строке скрипта:&lt;/CODE&gt; stands for something like &lt;CODE&gt;Error in script line:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;Firstly I've checked that I generated QVDS by QVD-Generator-Example.qvw and loaded successfully Example_NorthWind_Mart.qvw datamart. Then I tried to debug this error, unsuccessfully.&lt;/P&gt;&lt;P&gt;Finally I've noticed some irregularity in NorthWind_Mart.qvw on table view:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="l8I6axyr7uLcTtINczrx7hbanNdmKS.png" class="jive-image" src="http://monosnap.com/image/l8I6axyr7uLcTtINczrx7hbanNdmKS.png" style="width: 620px; height: 386px;" /&gt;&lt;/P&gt;&lt;P&gt;All tables have names corresponding to they source QVD file names, but instead of &lt;CODE&gt;Customer&lt;/CODE&gt; table we have &lt;CODE&gt;vL.temp_table&lt;/CODE&gt;.&lt;/P&gt;&lt;P&gt;I've added&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RENAME TABLE vL.temp_table TO Customer &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;at the end of Example_NorthWind_Mart.gvw script and after that NorthWindExampleMart.qvw application loads successfully for me.&lt;/P&gt;&lt;P&gt;If somebody stumbled upon same error, that may be quick workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Vadim Tsushko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568241#M1447</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with example application and temporary workaround</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568242#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vadim, I will add the change to the example.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 16:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568242#M1448</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-01-25T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with example application and temporary workaround</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568243#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadim, In the new QDF 1.3.2 version there is a new function called QVDLoad.&lt;BR /&gt;This function will load in muliple qvd files (in multiple folders) and create data-model based on qvd header meta-data.&lt;/P&gt;&lt;P&gt;In the Northwind Mart case you only need these lines instead of Load *&lt;/P&gt;&lt;P&gt;$(Include=$(vG.SubPath)\10.QVDLoad.qvs);&lt;/P&gt;&lt;P&gt;call QVDLoad('$(vG.QVDPath)');&lt;/P&gt;&lt;P&gt;Read more in the updated development guide.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568243#M1449</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-02-12T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with example application and temporary workaround</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568244#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great solution, Magnus.&lt;/P&gt;&lt;P&gt;I will definitely use it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/568244#M1450</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2014-02-14T06:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with example application and temporary workaround</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/1758774#M1451</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Replying to an old thread, but hopefully someone dealing with the same issue finds the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem for us was that the &lt;STRONG&gt;tables are not given a name during the load&lt;/STRONG&gt;. 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 in loop.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 08:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Problem-with-example-application-and-temporary-workaround/m-p/1758774#M1451</guid>
      <dc:creator>bartsa</dc:creator>
      <dc:date>2020-11-05T08:10:50Z</dc:date>
    </item>
  </channel>
</rss>

