<?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 Scheduling QVD loads in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181832#M47705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any takers please?&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2011 15:35:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-25T15:35:21Z</dc:date>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181831#M47704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I was wondering if we can schedule the QVD reloads to trigger based on an update in the Data base? I have something like the below code which is sent as an email soon as the DB updates the DWH cubes I am using:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;SELECT 'Y'&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;FROM DUAL&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;WHERE EXISTS (&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;SELECT *&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;FROM w_onvglo_job_logging&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;WHERE progname = 'w_onvdwh_orders_pkg.summarise_orders'&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;AND TRUNC (log_end_date) = TRUNC (SYSDATE)&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;AND log_params = 'P'&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt 108pt;"&gt;AND log_success = 'Y')&lt;/P&gt;&lt;P&gt;Is there a way for the QV server to check that this flag is Y and then trigger the reload everyday?&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181831#M47704</guid>
      <dc:creator />
      <dc:date>2011-03-25T13:36:26Z</dc:date>
    </item>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181832#M47705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any takers please?&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 15:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181832#M47705</guid>
      <dc:creator />
      <dc:date>2011-03-25T15:35:21Z</dc:date>
    </item>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181833#M47706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;You can create a very simple QVW file that is being reloaded continuously. This file only reads that flag. Then create another reload task but this one is set to reload "On event of another task" "Successful" and select the file that is reading the flag.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 15:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181833#M47706</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-25T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181834#M47707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel Thank you for the quick and the short yet correct reply. But I might comeback if there are more issues ;).&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 16:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181834#M47707</guid>
      <dc:creator />
      <dc:date>2011-03-25T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181835#M47708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;I have the below code in one of my Flag.QVW's as posted here and the plan is to check for a flag Field "LOG_SUCCESS"&lt;BR /&gt;from DB which should be 'Y' for the PROGNAME 'w_onvdwh_orders_pkg.summarise_orders' and then I want the QVW to reload. After this I want a set of QVDs(or QVWs) to reload based on the sucessful reload of Flag.QVW&lt;/P&gt;&lt;P&gt;I am thinking this is simple, but isnt feeling confident doing it. Can someone please explain the process in a bit detail how this can be achieved?&lt;/P&gt;&lt;P&gt;Thanks a Ton in advance,&lt;BR /&gt;ANDY&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;PROGNAME,&lt;BR /&gt;"LOG_START_DATE",&lt;BR /&gt;"LOG_END_DATE",&lt;BR /&gt;"LOG_PARAMS",&lt;BR /&gt;"LOG_SUCCESS";&lt;/P&gt;&lt;P&gt;SQL FROM&lt;BR /&gt;"OPS$WSFONV"."W_ONVGLO_JOB_LOGGING"&lt;BR /&gt;WHERE&lt;BR /&gt;PROGNAME = 'w_onvdwh_orders_pkg.summarise_orders'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181835#M47708</guid>
      <dc:creator />
      <dc:date>2011-03-30T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Scheduling QVD loads</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181836#M47709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;The following should work, but the syntax may vary depending on the driver to connect to the database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FlagTable:LOADPROGNAME, "LOG_START_DATE","LOG_END_DATE","LOG_PARAMS","LOG_SUCCESS";SQL SELECT PROGNAME, LOG_START_DATE, LOG_END_DATE, LOG_PARAMS, LOG_SUCCESS FROM "OPS$WSFONV"."W_ONVGLO_JOB_LOGGING" WHERE PROGNAME = 'w_onvdwh_orders_pkg.summarise_orders'; LET vFlagContent = FieldValue('LOG_SUCCESS', 1); // there must be only one record fetchedIF $(vFlagContent) = 'Y' THEN STORE FlagTable INTO Flag.qvd; DROP TABLE FlagTable; LOAD * FROM Flag.qvd (qvd);END IF&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;EDIT: revised code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-QVD-loads/m-p/181836#M47709</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-30T13:59:01Z</dc:date>
    </item>
  </channel>
</rss>

