<?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: How to Auto Reload when qvw file is in close in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75206#M12447</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;&lt;/P&gt;&lt;P&gt;Without windows scheduler is there any other possible way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 06:53:40 GMT</pubDate>
    <dc:creator>bvssudhakar</dc:creator>
    <dc:date>2018-05-09T06:53:40Z</dc:date>
    <item>
      <title>How to Auto Reload when qvw file is in close</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75202#M12443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i attached one qvw file which i created on auto reload data. Whenever we open the document that time only it is reloading but my requirement is when the document is in closed state also it will reload automatically, for that where should i modify can you guys please help me out from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used these variables:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vTriggerReload&lt;/SPAN&gt;= if( (Now() - ReloadTime())*1440 &amp;gt;= ReloadMinuites, Now(), 0)&lt;/P&gt;&lt;P&gt;ReloadMinutes = 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking like this : Instead of now() function we should change some other function.&lt;/P&gt;&lt;P&gt;But i am not getting which function we can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 06:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75202#M12443</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-05-09T06:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Auto Reload when qvw file is in close</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75203#M12444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot set Qlikview to reload while it is closed. You need to do this from outside of qlikview.&lt;/P&gt;&lt;P&gt;Qlikview doesn't do anything when it is closed. As no programm can actually do something when it is not running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 06:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75203#M12444</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-09T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Auto Reload when qvw file is in close</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75204#M12445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying this from desktop or server? If from desktop, you could rather try with windows scheduler. Check:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1356228"&gt;Re: Auto Reload&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/74020"&gt;Refresh qvd by batch file&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 06:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75204#M12445</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-05-09T06:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Auto Reload when qvw file is in close</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75205#M12446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bram Knuever,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of Qlikview means how to do can you explain??, you are telling windows task scheduler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 06:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75205#M12446</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-05-09T06:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Auto Reload when qvw file is in close</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75206#M12447</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;&lt;/P&gt;&lt;P&gt;Without windows scheduler is there any other possible way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 06:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Auto-Reload-when-qvw-file-is-in-close/m-p/75206#M12447</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-05-09T06:53:40Z</dc:date>
    </item>
  </channel>
</rss>

