<?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: 'Store' QVD with current date? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760982#M270744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;We would need the replace since we cannot use / in QVD name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;variable&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'/','-');&lt;BR /&gt; &lt;BR /&gt; one:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[a&lt;BR /&gt; 1&lt;BR /&gt; 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; one &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; one_&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(variable)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thans,&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 12:13:12 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2014-12-18T12:13:12Z</dc:date>
    <item>
      <title>'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760976#M270738</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;I have a simple script that stores my info into another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is there anyway of adding the current date to that file name? For example, and I don't know if this is the right way of doing it, but I'm hoping my example will give you the idea of what I'm trying to do!:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Daybooks into Daybooks_+Today().qvd (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if I run the app today, my QVD file would be called:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daybooks_18-12-2014.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of doing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760976#M270738</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2014-12-18T11:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760977#M270739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set a parameter with the desired filename and include the date in it in the desired output format&lt;/P&gt;&lt;P&gt;then write the file with name as the parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760977#M270739</guid>
      <dc:creator />
      <dc:date>2014-12-18T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760978#M270740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vPlant)' as Plant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;NSPCIDNR,&lt;/P&gt;&lt;P&gt;NTOOLNR,&lt;/P&gt;&lt;P&gt;NSTPNR,&lt;/P&gt;&lt;P&gt;NPERS_IDNR,&lt;/P&gt;&lt;P&gt;NLFDSTATIONNR,&lt;/P&gt;&lt;P&gt;NLFDMASCHNR,&lt;/P&gt;&lt;P&gt;NLFDLINIENR,&lt;/P&gt;&lt;P&gt;DTTSPROBE,&lt;/P&gt;&lt;P&gt;DTTSERF,&lt;/P&gt;&lt;P&gt;NSTPFEHLERFLAG,&lt;/P&gt;&lt;P&gt;DTO,&lt;/P&gt;&lt;P&gt;DTU,&lt;/P&gt;&lt;P&gt;DXQ,&lt;/P&gt;&lt;P&gt;//NKORRNR,&lt;/P&gt;&lt;P&gt;SZUSINFO1,&lt;/P&gt;&lt;P&gt;SZUSINFO2,&lt;/P&gt;&lt;P&gt;SZUSINFO3,&lt;/P&gt;&lt;P&gt;SZUSINFO4,&lt;/P&gt;&lt;P&gt;SZUSINFO5,&lt;/P&gt;&lt;P&gt;SZUSINFO6,&lt;/P&gt;&lt;P&gt;SZUSINFO7,&lt;/P&gt;&lt;P&gt;SZUSINFO8,&lt;/P&gt;&lt;P&gt;SZUSINFO9&lt;/P&gt;&lt;P&gt;FROM $(vPlantAutor).STICHPROBE&lt;/P&gt;&lt;P&gt;WHERE DTTSERF &amp;gt; to_timestamp('$(vLAST_LOAD_TIME)', 'DD.MM.YYYY HH24:MI:SS');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,.&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760978#M270740</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T11:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760979#M270741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here vLAST_LOAD_TIME= today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760979#M270741</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760980#M270742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so something like this (not tested)&lt;/P&gt;&lt;P&gt;set vFileName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'File_Name'&amp;amp;'_'&amp;amp; date(today(),'DD-MM-YYYY');&lt;/P&gt;&lt;P&gt;store table into $(vFileName)(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760980#M270742</guid>
      <dc:creator />
      <dc:date>2014-12-18T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760981#M270743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A 2 step approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st: let vFiledate = date(today(), 'YYYY_MM_DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd&lt;/P&gt;&lt;P&gt;Tablename:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;from .... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store Tablename into Tablename_to_qvd_$(vFiledate ).qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760981#M270743</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-18T12:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760982#M270744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;We would need the replace since we cannot use / in QVD name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;variable&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'/','-');&lt;BR /&gt; &lt;BR /&gt; one:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[a&lt;BR /&gt; 1&lt;BR /&gt; 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;store&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; one &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; one_&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(variable)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thans,&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760982#M270744</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-12-18T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760983#M270745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or vFolder= 'MyFolder'&amp;amp; today()&lt;/P&gt;&lt;P&gt;then use it when storing your table, for example&lt;/P&gt;&lt;P&gt;store table vFolder into MyFolder.qvd(qvd)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760983#M270745</guid>
      <dc:creator />
      <dc:date>2014-12-18T12:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'Store' QVD with current date?</title>
      <link>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760984#M270746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked wonderfully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another snippit of code I shall be nothing down!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Christmas / Holidays / Time Off / Doing Nothing Days, (delete as appropriate!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 15:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-QVD-with-current-date/m-p/760984#M270746</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2014-12-18T15:39:05Z</dc:date>
    </item>
  </channel>
</rss>

