<?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 Automating Qlickview jobs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562569#M209951</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 qlikview job which will generate a QVD file when I run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this qvd file I have a dashboard which gets updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see if there is a way I can schedule this to run every morning for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 20:14:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-10T20:14:40Z</dc:date>
    <item>
      <title>Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562569#M209951</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 qlikview job which will generate a QVD file when I run it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this qvd file I have a dashboard which gets updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see if there is a way I can schedule this to run every morning for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 20:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562569#M209951</guid>
      <dc:creator />
      <dc:date>2013-07-10T20:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562570#M209952</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;You can use Qlikview publisher to schedule the reload time, or else create a batch file and schedule it in windows scheduler the batch file should contain the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ path ]Qv.exe[ { switch } documentfile ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;C:\&amp;gt; QV.exe /r FileName.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 20:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562570#M209952</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-10T20:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562571#M209953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how would I schdule a task which is callig a qvd file and updating the dashboard view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would I have to put in the batch script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can I save that file with todays data variable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I want to save that file as output_daily_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date = todays date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bsically my code is right now &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abc,&lt;/P&gt;&lt;P&gt;xyz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from test.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this result should reload the data from this qvd and save the file with the name I want with a data variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 23:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562571#M209953</guid>
      <dc:creator />
      <dc:date>2013-07-10T23:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562572#M209954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a Qlikview Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 01:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562572#M209954</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-07-11T01:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562573#M209955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do have a server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 10:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562573#M209955</guid>
      <dc:creator />
      <dc:date>2013-07-11T10:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Qlickview jobs</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562574#M209956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I believe you have Two QlikView Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One to generate the QVD and another QlikView Dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If yes then you need to schedule both the application one after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 10:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-Qlickview-jobs/m-p/562574#M209956</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-11T10:57:02Z</dc:date>
    </item>
  </channel>
</rss>

