<?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: More than one QDF? in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818342#M2759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you also need to promote the 3.Include\1.BaseVariable\Custom.Variables.csv file from test to production container. Regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 22:30:54 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2014-11-12T22:30:54Z</dc:date>
    <item>
      <title>More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818337#M2754</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;We have a customer that have a prod and a testserver, these are installed on 2 different servers. On prod we use a fileshare where we have all applications, testserver use folders on local server. Instead of install one QDF on each server, shouldent it be the best to use fileshare and "repoint" mounted folders in QMC-test to use fileshare. Than I dont have to care about the path in my QDF. Or is it better to have 2 different QDF and move the whole container between the servers?&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/More-than-one-QDF/m-p/818337#M2754</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818338#M2755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan, As QDF automatically re-creates the "path" every time the script runs (we call these global variables vG.) you can move the containers and/or apps between QDF environments without need of modifications in the script. So our recommendation is to have separate QDF instances for test and prod.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818338#M2755</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-11-12T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818339#M2756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I create a variable in test that I use in my app during test and then I move the apps to Prod, that variable wont work in Prod enviorment, or?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818339#M2756</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-11-12T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818340#M2757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use the global variables given to you by the framework (to access folders), then your app will work when moving to prod. Example vG.QVDPath points to the 2.QVD folder inside the container that hosts the app, independent on were the container is located (\\server\qdf\.. or c\qdf..:). &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Look at the 1-8 video series to get more information regarding this. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope this helps, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818340#M2757</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-11-12T12:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818341#M2758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I understand, but if the variable not is a path, its an expression created by a SET in Variable Editor. This will be in the application and the Variable Editor at test. When I move to Prod it will still be in the app but not in Variable Editor, or I´m I wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818341#M2758</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-11-12T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: More than one QDF?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818342#M2759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you also need to promote the 3.Include\1.BaseVariable\Custom.Variables.csv file from test to production container. Regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 22:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/More-than-one-QDF/m-p/818342#M2759</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-11-12T22:30:54Z</dc:date>
    </item>
  </channel>
</rss>

