<?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: QDF wont work in subfolders correctly in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1758043#M1442</link>
    <description>&lt;P&gt;Looks like it should work? Could you start from scratch using deploy tool and only adding"&amp;nbsp;&lt;SPAN&gt;4.Test\1.Testi" with the prefix "testi2" and see if this works, also validate the physical container exists in the location&amp;nbsp;4.Test\1.Testi . It might be some bug regards of all the container names that are almost similar? So great to test if it works without these. thx&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 09:03:09 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2020-11-03T09:03:09Z</dc:date>
    <item>
      <title>QDF wont work in subfolders correctly</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747926#M1439</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created new QDF envirnment to use in Qlikview, but for some reason my QV app won't find other containers if it is located in subfolder. For example my QDF might look like this 4.test/1. Testi and 4.Test/2.Testi and if I call 2.Testi in container 1.Testi using CALL LoadContainerGlobalVariables it gives base path missing. If I create new container right in Root (5.Test) I can call other containers and it works just fine. I have tried creating new QDF and same happens in there. Also container maps in all folders are correct and updating if I do something. Below is image of my QDF if that helps explaining what I mean.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qdf.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41360i46DBDAC627A271D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qdf.PNG" alt="qdf.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Henri&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747926#M1439</guid>
      <dc:creator>henriheino</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QDF wont work in subfolders correctly</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747941#M1440</link>
      <description>&lt;P&gt;It should not be hard to reference to a sub folder container using the qdf. Make sure that it is defined correctly in your QDF Deploy Tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_0-1601360362831.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41363iD15501E7B2F4251D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_0-1601360362831.png" alt="Vegar_0-1601360362831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then in the script make sure to initiate the QDF and call the LCGV using the Container Prefix. Take a look at the simple script below.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;//Simple initiation of QDF
$(Include=..\initlink.qvs);

//Get the global variables of 4.Test\2.Testi. The prefix is set to 'Testi2'
Call LCGV('Testi2')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this script above put&amp;nbsp; inside an application in the 4.Test\1.Testi container I am able to get this output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_1-1601360578992.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41364i0854A14B5BB22AB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_1-1601360578992.png" alt="Vegar_1-1601360578992.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answer can be of help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747941#M1440</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-29T06:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: QDF wont work in subfolders correctly</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747951#M1441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My Deploy Tool looks exactly same as yours and I am using same script in app but still get "QDF Warning, vG.Testi2BasePath missing'" Also app in 4.Test/1.Testi foldet won't find shared paths but app in 5.Test folder finds them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qdf2.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41367i42585F995FDA4C5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qdf2.PNG" alt="qdf2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qdf3.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41368iF7FCE5750EEB549A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qdf3.PNG" alt="qdf3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Henri&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1747951#M1441</guid>
      <dc:creator>henriheino</dc:creator>
      <dc:date>2020-09-29T06:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: QDF wont work in subfolders correctly</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1758043#M1442</link>
      <description>&lt;P&gt;Looks like it should work? Could you start from scratch using deploy tool and only adding"&amp;nbsp;&lt;SPAN&gt;4.Test\1.Testi" with the prefix "testi2" and see if this works, also validate the physical container exists in the location&amp;nbsp;4.Test\1.Testi . It might be some bug regards of all the container names that are almost similar? So great to test if it works without these. thx&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 09:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-wont-work-in-subfolders-correctly/m-p/1758043#M1442</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2020-11-03T09:03:09Z</dc:date>
    </item>
  </channel>
</rss>

