<?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: QlikView Deployment Framework Version 1.4.0 is now released in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631078#M2649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When I go to create the variable, I select the container and create the variable, but the update appears in the Home and saved under this Container. I can not use this variable in my Container project. See image.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Error QDF.png" class="jive-image" src="/legacyfs/online/59849_Error QDF.png" style="width: 620px; height: 327px;" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best Regards.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 19:26:23 GMT</pubDate>
    <dc:creator>fernando_tonial</dc:creator>
    <dc:date>2014-05-29T19:26:23Z</dc:date>
    <item>
      <title>QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631073#M2644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;New release of &lt;A href="https://community.qlik.com/docs/DOC-5302" target="_blank"&gt;QlikView Deployment Framework Deploy Tool&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;Whats new in version 1.4.0?&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Optional Example Container including examples is now available (only new QDF setups).All examples stored in 0.Administration container are moved to Example container. &lt;/LI&gt;&lt;LI&gt;Added 9.Misc folder in the containers as storage for documentation, extension objects or whatever needed (only new QDF setups)&lt;/LI&gt;&lt;LI&gt;99.LoadAll.qvs is now pre-loaded in 4.Custom.qvs (only new QDF setups) removes the need to pre-load sub includes&lt;/LI&gt;&lt;LI&gt;Added new function DynamicContainerGlobalVariables (DCGV) that creates global path variables based on DoDir in combination with Container Map. DCGV can also create global variables on folders not included in the Container Map.&lt;/LI&gt;&lt;LI&gt;Added None option in Deploy Tool Advanced section, to create custom container structures without adding it into Publisher&lt;/LI&gt;&lt;LI&gt;Fixed bug in DoDir sub function when using folder only mode&lt;/LI&gt;&lt;LI&gt;Added new DoDirFileNameCount field in DoDir table&lt;/LI&gt;&lt;/UL&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/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631073#M2644</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631074#M2645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magnus, This is a great job.&lt;/P&gt;&lt;P&gt;In the next version, you can add the location "12.Bra.qvs" in the QDF Instalation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14001709569197397" jivemacro_uid="_14001709569197397" modifiedtitle="true"&gt;
&lt;P&gt;// Brazil settings&lt;/P&gt;
&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;
&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;
&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;
&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;
&lt;P&gt;SET MoneyFormat='R$ #.##0,00;(R$ #.##0,00)';&lt;/P&gt;
&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;
&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;
&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;
&lt;P&gt;SET MonthNames='Jan;Fev;Mar;Abr;Mai;Jun;Jul;Ago;Set;Out;Nov;Dez';&lt;/P&gt;
&lt;P&gt;SET DayNames='Seg;Ter;Qua;Qui;Sex;Sab;Dom';&lt;/P&gt;
&lt;P&gt;SET LongMonthNames='Janeiro;Fevereiro;Março;Abril;Maio;Junho;Julho;Agosto;Setembro;Outubro;Novembro;Dezembro';&lt;/P&gt;
&lt;P&gt;SET LongDayNames='Segunda;Terça;Quarta;Quinta;Sexta;Sábado;Domingo';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 16:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631074#M2645</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-05-15T16:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631075#M2646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Fernando, will add in the next minor adjustment, 1-5 days still version 1.4.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631075#M2646</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-05-15T17:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631076#M2647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando, QDF v 1.4.0 available, 12.Bra.qvs language file is now in.&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>Mon, 19 May 2014 14:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631076#M2647</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-05-19T14:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631077#M2648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Magnus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regrads.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 14:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631077#M2648</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-05-19T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631078#M2649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When I go to create the variable, I select the container and create the variable, but the update appears in the Home and saved under this Container. I can not use this variable in my Container project. See image.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Error QDF.png" class="jive-image" src="/legacyfs/online/59849_Error QDF.png" style="width: 620px; height: 327px;" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best Regards.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631078#M2649</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-05-29T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631079#M2650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando, Thanks for the information we will have a look and search for possible bugs during this week, we will let you know.&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>Sun, 01 Jun 2014 20:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631079#M2650</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-06-01T20:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631080#M2651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/message/539505"&gt;Re: Variable not working&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631080#M2651</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-06-02T07:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631081#M2652</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;Thanks for updating the QDF once again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I can't seem to find any version history for QDF. Is there any available? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Since I'm updating from a bit older version, it would be nice to see everything that has changed since.&lt;/SPAN&gt;&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;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;-Christian&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 06:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631081#M2652</guid>
      <dc:creator>celindho</dc:creator>
      <dc:date>2014-08-19T06:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Deployment Framework Version 1.4.0 is now released</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631082#M2653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version history is in the Version*.txt (where * is the current version) file in every container root folder.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 10:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Deployment-Framework-Version-1-4-0-is-now-released/m-p/631082#M2653</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2014-08-28T10:24:10Z</dc:date>
    </item>
  </channel>
</rss>

