<?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 is automatic qvd generation possible ???? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193372#M54669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way so that a new QVD can be generated on daily basis with new name.&lt;/P&gt;&lt;P&gt;This has to be done from same data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It possible manually but is there any way so that it may be done automatically on daily basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 08:32:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-31T08:32:34Z</dc:date>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193372#M54669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way so that a new QVD can be generated on daily basis with new name.&lt;/P&gt;&lt;P&gt;This has to be done from same data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It possible manually but is there any way so that it may be done automatically on daily basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 08:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193372#M54669</guid>
      <dc:creator />
      <dc:date>2011-01-31T08:32:34Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193373#M54670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not try it , but you may try this way: get the QVD generation application scheduled daily. Now use a variable to get dynamic value like current date (using Today() function) or whatever you want to put as a part of QVD. then use this variable as a part of QVD name in your STORE command.&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 08:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193373#M54670</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-01-31T08:39:15Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193374#M54671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;Thankx for the quick response but its not working at my end , i hope some problem in script.&lt;/P&gt;&lt;P&gt;can you please help me out by writing the script what i have to use for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 08:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193374#M54671</guid>
      <dc:creator />
      <dc:date>2011-01-31T08:55:57Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193375#M54672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashwin&lt;/P&gt;&lt;P&gt;I suggest that you try something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDailySaveName = 'DailySave' &amp;amp; Date(Today(), 'YYYYMMDD') &amp;amp; '.qvd';&lt;BR /&gt;Store DataTable INTO [$(vDailySaveName)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 08:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193375#M54672</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-31T08:56:16Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193376#M54673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;Try:.....&lt;/B&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;Let&lt;/B&gt; VDate=Date(Today(),'DD-MM-YY');&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;B&gt;Store&lt;/B&gt; FinalTable &lt;B&gt;Into&lt;/B&gt; &lt;B&gt;&lt;I&gt;'$(VDate).qvd'&lt;/I&gt;&lt;/B&gt; (Qvd);&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193376#M54673</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-01-31T09:04:48Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193377#M54674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you , I hope this will work !!!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 09:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193377#M54674</guid>
      <dc:creator />
      <dc:date>2011-01-31T09:17:24Z</dc:date>
    </item>
    <item>
      <title>is automatic qvd generation possible ????</title>
      <link>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193378#M54675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ashwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can generate QVD automatically with the help of macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 09:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/is-automatic-qvd-generation-possible/m-p/193378#M54675</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-01-31T09:34:14Z</dc:date>
    </item>
  </channel>
</rss>

