<?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: Qlikview refresh - run everyday except sundays? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113627#M763705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benazir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have Publisher ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can try the below script beginning of the QVW file.&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;&lt;STRONG&gt;if match(weekday(today()), 'Sun') then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;&lt;STRONG&gt; // Script.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jul 2018 10:28:22 GMT</pubDate>
    <dc:creator>mdmukramali</dc:creator>
    <dc:date>2018-07-21T10:28:22Z</dc:date>
    <item>
      <title>Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113626#M763704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My refresh runs everyday at 12 am. But it conflicts with server maintenance every Sunday. So is there a way to schedule refresh everyday except Sundays? Or shift the refresh timing on Sundays to 2 am instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Benazir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113626#M763704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113627#M763705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benazir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have Publisher ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can try the below script beginning of the QVW file.&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;&lt;STRONG&gt;if match(weekday(today()), 'Sun') then&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit script;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;&lt;STRONG&gt; // Script.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 10:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113627#M763705</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2018-07-21T10:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113628#M763706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think so, create dependent task for Sunday at 2AM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 10:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113628#M763706</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-21T10:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113629#M763707</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;In QEMC triggers you can select all the days except Sunday.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Refresh.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208514_Refresh.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 05:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113629#M763707</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-23T05:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113630#M763708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for your inputs everyone! I'm going to try these and get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 05:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113630#M763708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T05:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113631#M763709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using QMC and unfortunately can't find this setting at all. My weekly trigger allows me to select only one day of the week - in a drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 06:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113631#M763709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113632#M763710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have publisher. But I think the exit script may work for me!! thanks for the idea - I will try this out and get back &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 06:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113632#M763710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T06:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113633#M763711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you perhaps explain a little more? How I go about creating a Dependent Task?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 06:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113633#M763711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T06:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113634#M763712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Benazir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In weekly trigger you can select more than one day of the week.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Weekly.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208515_Weekly.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 06:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113634#M763712</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-23T06:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113635#M763713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="qlik triggers.PNG" class="jive-image image-1" src="/legacyfs/online/208521_qlik triggers.PNG" style="height: 240px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I see - what version are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 08:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113635#M763713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113636#M763714</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;it seems you don't have Qlikview Publisher &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 08:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113636#M763714</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2018-07-23T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113637#M763715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. That's what I've stated - no publisher. I'm trying Sleep function in your "If script" - but I'm wondering if that'll be ineffective considering the server restarts during maintenance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 08:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113637#M763715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T08:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113638#M763716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scheduling without Publisher is very basic. You would be get the best results with the Exit Script approach above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 08:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113638#M763716</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-07-23T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview refresh - run everyday except sundays?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113639#M763717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Precisely - I'm trying a Sleep function on the script - will update how it goes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-refresh-run-everyday-except-sundays/m-p/113639#M763717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T09:01:17Z</dc:date>
    </item>
  </channel>
</rss>

