<?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: Version 1.3 breaks  $(Include=InitLink.qvs) functionality in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493242#M2392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I have checked in the code and the newer way of identifying a container demand that there is a InitLink.qvs (hidden) in the Container root. This is a more flexible solution than before But this means (sorry to say) that CreateInitLink does not work correct any more and will be removed. Below is a dynamic Init script that will be a substitute for InitLinks in the future.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vG.BasePath=;&lt;BR /&gt;SET vL.Path_tmp = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for vL.x =1 to 10-1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LET vL.Path='..\'&amp;amp;'$(vL.Path_tmp)'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vL.Path_tmp='$(vL.Path)'; $(Include=$(vL.Path)InitLink.qvs);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;exit for when not '$(vG.BasePath)'= '' next &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vL.Path = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vL.Path_tmp = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$(Include=$(vG.SubPath)\4.GenericContainerLoader.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script will automatically try to find 1.init.qvs by searching for InitLink.qvs it’s a hidden file stored in every container root.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 14:54:41 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2013-11-26T14:54:41Z</dc:date>
    <item>
      <title>Version 1.3 breaks  $(Include=InitLink.qvs) functionality</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493241#M2391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I just tested updating an existing framework to version 1.3 and I immediately noted that all reloads started failing. It appears that the new way that the framework uses to find the BasePath does not mix well with having an InitLink.qvs file in every folder of the 1.Application tree. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Is it a deliberate action to not support the CreateInitLink.bat =&amp;gt; $(Include=InitLink.qvs) way of initialising the framework? I.e. should I migrate all my applications to use &lt;/SPAN&gt;&lt;/P&gt;&lt;P title="Page 1"&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: 'courier new', courier;"&gt;$(Include=..\..\..\..\3.include\1.basevariable\1.init.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P title="Page 1"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: 'courier new', courier;"&gt;$(Include=..\..\..\3.include\1.basevariable\1.init.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P title="Page 1"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-family: 'courier new', courier;"&gt;$(Include=..\..\3.include\1.basevariable\1.init.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P title="Page 1"&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: 'courier new', courier;"&gt;$(Include=..\3.include\1.basevariable\1.init.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;instead or will this problem be fixed in the next release?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;-Christian&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&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/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493241#M2391</guid>
      <dc:creator>celindho</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Version 1.3 breaks  $(Include=InitLink.qvs) functionality</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493242#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I have checked in the code and the newer way of identifying a container demand that there is a InitLink.qvs (hidden) in the Container root. This is a more flexible solution than before But this means (sorry to say) that CreateInitLink does not work correct any more and will be removed. Below is a dynamic Init script that will be a substitute for InitLinks in the future.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vG.BasePath=;&lt;BR /&gt;SET vL.Path_tmp = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for vL.x =1 to 10-1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LET vL.Path='..\'&amp;amp;'$(vL.Path_tmp)'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vL.Path_tmp='$(vL.Path)'; $(Include=$(vL.Path)InitLink.qvs);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;exit for when not '$(vG.BasePath)'= '' next &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vL.Path = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET vL.Path_tmp = ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$(Include=$(vG.SubPath)\4.GenericContainerLoader.qvs);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script will automatically try to find 1.init.qvs by searching for InitLink.qvs it’s a hidden file stored in every container root.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 14:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493242#M2392</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2013-11-26T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Version 1.3 breaks  $(Include=InitLink.qvs) functionality</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493243#M2393</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;Thanks for the quick reply! Any guesses on when the next minor version will be released?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chistian &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 15:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493243#M2393</guid>
      <dc:creator>celindho</dc:creator>
      <dc:date>2013-11-26T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Version 1.3 breaks  $(Include=InitLink.qvs) functionality</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493244#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 15:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Version-1-3-breaks-Include-InitLink-qvs-functionality/m-p/493244#M2394</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2013-11-26T15:22:28Z</dc:date>
    </item>
  </channel>
</rss>

