<?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 How to generate qvd automatically monthly.? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212473#M66442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;There is no updating of previous month in current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 14:28:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-11T14:28:29Z</dc:date>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212468#M66437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have a oracle server and a qv server. I wanna use ole db to get data from oracle server.&lt;/P&gt;&lt;P&gt;New data generate monthly. And I want to get qvd file after the new data comes out. How to do this automatically?&lt;/P&gt;&lt;P&gt;I have no idea about this. Could I use command line and bat file in windows os task scheduler? If yes, what is the command in qv.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212468#M66437</guid>
      <dc:creator />
      <dc:date>2011-02-11T09:48:14Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212469#M66438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One way to use the batch file to create a qvd. and schedule the batch file monthly once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212469#M66438</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-02-11T09:50:47Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212470#M66439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, How can I write this batch file? How can I use qv command in command line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212470#M66439</guid>
      <dc:creator />
      <dc:date>2011-02-11T10:08:03Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212471#M66440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a .bat file (Inc the ") - write in Notepad and save as .bat:&lt;/P&gt;&lt;P&gt;"C:\Programs\Qlikview\Qv.exe" /r "C:\My Documents\MyFile.qvw"&lt;/P&gt;&lt;P&gt;The first part is the path to where your Qlikview .exe is located, the '/r' is the reload and save command and the final part is the path to the .qvw you wish to reload.&lt;/P&gt;&lt;P&gt;As an alternative if you're running server edition or reload manually everyday is to put an It...Else statement in the load script that looks to see if today() is equal to monthend(month(today())) and if so stores out the qvds.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 10:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212471#M66440</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-02-11T10:34:38Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212472#M66441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any updation in previous month's data in current month.&lt;/P&gt;&lt;P&gt;e.d : Sales Order,Purchase Order of previous month can be change in currewnt month.&lt;/P&gt;&lt;P&gt;so according you have to set the procedure.&lt;/P&gt;&lt;P&gt;for more information just search "append" in Qlikview help . you will get more details on ETL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 11:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212472#M66441</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-11T11:06:38Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212473#M66442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;There is no updating of previous month in current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 14:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212473#M66442</guid>
      <dc:creator />
      <dc:date>2011-02-11T14:28:29Z</dc:date>
    </item>
    <item>
      <title>How to generate qvd automatically monthly.?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212474#M66443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;I have almost understood, but there is still sth. need to be cleared. Could you please explain me how to use comand line of qv, or any referance documents avail from you? Is there any other parameters such as /r ? Thanks.&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;matt.crowther wrote:&lt;BR /&gt;In a .bat file (Inc the ") - write in Notepad and save as .bat:&lt;BR /&gt;"C:\Programs\Qlikview\Qv.exe" /r "C:\My Documents\MyFile.qvw"&lt;BR /&gt;The first part is the path to where your Qlikview .exe is located, the '/r' is the reload and save command and the final part is the path to the .qvw you wish to reload.&lt;BR /&gt;As an alternative if you're running server edition or reload manually everyday is to put an It...Else statement in the load script that looks to see if today() is equal to monthend(month(today())) and if so stores out the qvds.&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Matt - Visual Analytics Ltd&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 14:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-qvd-automatically-monthly/m-p/212474#M66443</guid>
      <dc:creator />
      <dc:date>2011-02-11T14:42:56Z</dc:date>
    </item>
  </channel>
</rss>

