<?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 can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128246#M521300</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;Currently I am using OLEDB connection to load data from sql and then using STORE to save data into a QVD file. Is there a way to&amp;nbsp; update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2016 16:12:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-22T16:12:29Z</dc:date>
    <item>
      <title>How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128246#M521300</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;Currently I am using OLEDB connection to load data from sql and then using STORE to save data into a QVD file. Is there a way to&amp;nbsp; update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128246#M521300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128247#M521301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a separated qvw that would be reloaded several times during the day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128247#M521301</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-22T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128248#M521302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually get the data refresh just once a week and just want the dashboard to update without physically going in and reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven’t done this before, is it possible for you to define the whole process or through an example (that would be great).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Mohammad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128248#M521302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128249#M521303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You split the process into 2 qvw.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Runs your SQL and generate a special filetype called QVD (search community for this, a sample &lt;A href="https://community.qlik.com/thread/86760"&gt;generate qvd and store data&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Read QVD´s stored by previous step. It should be very, very fast&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128249#M521303</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-22T17:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128250#M521304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This tutorial covers that part &lt;A href="http://global.qlik.com/~/media/Files/training/tutorials-qv11/English.ashx" title="http://global.qlik.com/~/media/Files/training/tutorials-qv11/English.ashx"&gt;http://global.qlik.com/~/media/Files/training/tutorials-qv11/English.ashx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128250#M521304</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-22T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I update qvd file automatically as the sql database get updated weekly without physically opening dashboard and reloading?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128251#M521305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally the companies use Qlikview Server to schedule the QVW reload. If you want to schedule the reload only using the Desktop version of QV, you can use a schedule program. In Windows (it's just what I know), there is the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Scheduled Tasks" program that can execute commands from a batch &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;file in a period of time. In this case, the bat file (a text file with .bat extension) should have a command line something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;c:\Program Files\Qlikview\qv.exe /r YourQVApp.qvw&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marcello&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-update-qvd-file-automatically-as-the-sql-database-get/m-p/1128251#M521305</guid>
      <dc:creator />
      <dc:date>2016-07-22T17:34:50Z</dc:date>
    </item>
  </channel>
</rss>

