<?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: Change the Generator - with a command &amp;quot;call from QVD? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756883#M660266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And in the QVD I have nothing to change? Only in the Script in the Generator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 10:30:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-20T10:30:50Z</dc:date>
    <item>
      <title>Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756878#M660261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the struktur of the "Generator"&amp;nbsp; - Where should I do this? In the Scrpt of the Qlickview Generator or in the qvd or in the QVS Scripts? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Problem:&lt;/P&gt;&lt;P&gt;In the Generator I change the Script "main", "Version a. ChangeLog",..., "loadFromDB". &lt;/P&gt;&lt;P&gt;By the&amp;nbsp; QVS script I have the Expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub loadQVD (name1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(name1):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * from (name1).qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also the QVS, but I get the error_&lt;/P&gt;&lt;P&gt;"Tabelle not found". But I have this QVD, a blank data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should I change this? Must I change the QVS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756878#M660261</guid>
      <dc:creator />
      <dc:date>2015-03-20T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756879#M660262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two choices. Either one will do. The first one is less flexible (all QVDs should reside in the same folder), the second one means more work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Prefix the source specification with a correct path (or a variable that contains the path to your QVDs), like in:&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * FROM D:\Data\$(name).qvd (qvd);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Or in every call to the loadQVD subroutine, add this same path to the parameter value, like in:&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CALL loadQVD('D:\Data\DateiEins.qvd');&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756879#M660262</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T09:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756880#M660263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Generator take the correct "qvd". I test it with the debugger, "STORE name1 INTO 'K:\Elger\new\qvshare\daten\qvd\abas\new\help1.qvd (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make it with "LET base = 'K:\Elger\new\qvshare'; and in the script "LET Dir_data = base &amp;amp; '\data\qvd';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He found it but he send despite the error!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 09:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756880#M660263</guid>
      <dc:creator />
      <dc:date>2015-03-20T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756881#M660264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="3540" data-username="pcammaert" href="https://community.qlik.com/people/pcammaert"&gt;Peter Cammaert&lt;/A&gt; thanks for answer, despite I&lt;STRONG class="b3"&gt; &lt;/STRONG&gt;have been having the same problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on the next step:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Tabelle not found!"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And on the right side of the debugger i see now:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;ScriptErrorCount&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ScriptErrorDetails&amp;nbsp;&amp;nbsp;&amp;nbsp; "Tabelle nicht gefunden"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ScriptErrorList&amp;nbsp;&amp;nbsp;&amp;nbsp; General Error&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ScriptError&amp;nbsp;&amp;nbsp;&amp;nbsp; General Error&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756881#M660264</guid>
      <dc:creator />
      <dc:date>2015-03-20T10:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756882#M660265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My best suggestion to you is: let the Generator create a log file (enable Settings-&amp;gt;Document Properties-&amp;gt;General-&amp;gt;Generate log file). In the log file, all variables will be expanded so that you can see which path and file name are being used in reality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW you store table name1 into file help1. Which table name do you specificy as parameter to the loadQVD call?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756882#M660265</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756883#M660266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And in the QVD I have nothing to change? Only in the Script in the Generator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 10:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756883#M660266</guid>
      <dc:creator />
      <dc:date>2015-03-20T10:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756884#M660267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A single QVD contains a single table with rows and columns. QVDs can only be changed by changing the corresponding script code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean, "do I have to change the QVW" (report document), you may have to. If the location of the generated QVDs changes in the Generator, then you better modify the LOAD statements used by the QVW as well. If the QVW uses the same external script file (where SUB loadQVD resides), that you already corrected, then you are set and ready to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756884#M660267</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-20T11:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change the Generator - with a command "call from QVD?</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756885#M660268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You! I will make it! That was very helpful from you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Generator-with-a-command-quot-call-from-QVD/m-p/756885#M660268</guid>
      <dc:creator />
      <dc:date>2015-03-20T11:29:23Z</dc:date>
    </item>
  </channel>
</rss>

