<?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: QVD should be generated based on time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586478#M1326763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to some reasons I am supposed to maintain only one QVD Generator instead of three&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 06:45:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-30T06:45:33Z</dc:date>
    <item>
      <title>QVD should be generated based on time</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586476#M1326755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a QVD generator which generates 3 QVD's . Each QVD consists of minimun 5 countries data which are filtered using 'Where Exists' command in script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now&amp;nbsp; each QVD should be generated at some specific time . For example 1st QVD at 5:00 AM&amp;nbsp; , 2nd QVD at 10:00PM and 3rd QVD at 5:00PM .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I work on this?&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586476#M1326755</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVD should be generated based on time</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586477#M1326759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the 3 seperate extractor for 3 Qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and schedule the extractor on Qlikview Server on the 3 differnet timings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 06:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586477#M1326759</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-30T06:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: QVD should be generated based on time</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586478#M1326763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to some reasons I am supposed to maintain only one QVD Generator instead of three&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 06:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586478#M1326763</guid>
      <dc:creator />
      <dc:date>2014-01-30T06:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: QVD should be generated based on time</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586479#M1326767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create script like this using If &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Hour(Now()) = 5 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------Load script goes here for first QVD&lt;/P&gt;&lt;P&gt;else if Hour(Now()) = 13 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------Load script goes here for second QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if Hour(Now()) = 20 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------Load script goes here for third QVD&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now schedule to reload in Console three times daily at 5AM, 1PM and 8PM.&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>Thu, 30 Jan 2014 07:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-should-be-generated-based-on-time/m-p/586479#M1326767</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-30T07:05:31Z</dc:date>
    </item>
  </channel>
</rss>

