<?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 Qlik Sense: Store a QVD with a Variable Name in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184582#M22023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi Everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In my script I want to store the filename as every day, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;store * from Precio_Crudo_GasNatural_OPEP into 'lib://QVDs/Precio_Crudo_GasNatural_OPEP_$(vFecha).qvd'(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is :&amp;nbsp; Precio_Crudo_GasNatural_OPEP_=Now().qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to store like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Precio_Crudo_GasNatural_OPEP_27/09/2016.qvd&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Precio_Crudo_GasNatural_OPEP_28/09/2016.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Precio_Crudo_GasNatural_OPEP_29/09/2016.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I create a variable vFecha=Now()&amp;nbsp; but how do I use that as part of the filename?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 21:33:53 GMT</pubDate>
    <dc:creator>olguita2014</dc:creator>
    <dc:date>2016-09-27T21:33:53Z</dc:date>
    <item>
      <title>Qlik Sense: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184582#M22023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi Everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In my script I want to store the filename as every day, for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;store * from Precio_Crudo_GasNatural_OPEP into 'lib://QVDs/Precio_Crudo_GasNatural_OPEP_$(vFecha).qvd'(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the result is :&amp;nbsp; Precio_Crudo_GasNatural_OPEP_=Now().qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to store like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Precio_Crudo_GasNatural_OPEP_27/09/2016.qvd&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Precio_Crudo_GasNatural_OPEP_28/09/2016.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Precio_Crudo_GasNatural_OPEP_29/09/2016.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I create a variable vFecha=Now()&amp;nbsp; but how do I use that as part of the filename?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 21:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184582#M22023</guid>
      <dc:creator>olguita2014</dc:creator>
      <dc:date>2016-09-27T21:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184583#M22024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vFecha = date(today(), 'DD.MM.YYYY'); // a slash isn't an allowed char within a filename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 10:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184583#M22024</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-28T10:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184584#M22025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the below script you will have your best solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; create a new folder connection with name &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Let vtoday = date(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Names:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;"First name"|"Last name"|Amount|"Has cellphone"&lt;/P&gt;&lt;P&gt;John|Anderson|100|Yes&lt;/P&gt;&lt;P&gt;Sue|Brown|80|Yes&lt;/P&gt;&lt;P&gt;Mark|Carr|60 |No&lt;/P&gt;&lt;P&gt;Peter|Devonshire|40|No&lt;/P&gt;&lt;P&gt;Jane|Elliot|20|Yes&lt;/P&gt;&lt;P&gt;Peter|Franc|10|Yes ] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Names into "lib://&lt;STRONG&gt;test/&lt;/STRONG&gt;$(vtoday).qvd"(QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 17:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184584#M22025</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2016-09-29T17:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Store a QVD with a Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184585#M22026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi olga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please replace only &lt;STRONG&gt;test&lt;/STRONG&gt; with your connection name and run the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vtoday = date(today());&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Names:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * inline [&lt;/P&gt;&lt;P&gt;"First name"|"Last name"|Amount|"Has cellphone"&lt;/P&gt;&lt;P&gt;John|Anderson|100|Yes&lt;/P&gt;&lt;P&gt;Sue|Brown|80|Yes&lt;/P&gt;&lt;P&gt;Mark|Carr|60 |No&lt;/P&gt;&lt;P&gt;Peter|Devonshire|40|No&lt;/P&gt;&lt;P&gt;Jane|Elliot|20|Yes&lt;/P&gt;&lt;P&gt;Peter|Franc|10|Yes ] (delimiter is '|');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Names into "lib://&lt;STRONG&gt;test&lt;/STRONG&gt;/$(vtoday).qvd"(QVD);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 17:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Store-a-QVD-with-a-Variable-Name/m-p/1184585#M22026</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2016-09-29T17:42:10Z</dc:date>
    </item>
  </channel>
</rss>

