<?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: Time Triggered actions in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641360#M234970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i created with your input, but it does not seem to reload. any thoughts on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 10:01:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-21T10:01:39Z</dc:date>
    <item>
      <title>Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641355#M234965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new question regarding time triggered actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to reload my data at set times and then after this reload it should automatically print certain objects.&lt;/P&gt;&lt;P&gt;I am familiar with the post-reload functionality to print objects, that is not a problem.&lt;/P&gt;&lt;P&gt;Where it gets tricky is this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not allowed to add scheduler events to my computer so the time triggered action should be in the file itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a general direction in where i think is the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be something like.&lt;/P&gt;&lt;P&gt;If(TIme(Now()) = 8:00, Reload(), 0) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do you have an idea how i can make this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641355#M234965</guid>
      <dc:creator />
      <dc:date>2014-05-21T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641356#M234966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable; assign value to it conditionally like, if (hour(now())=8, 1,0). Now use varibale trigger (Document prop-&amp;gt;Triggers-&amp;gt;Variable event trigger-&amp;gt;On Change-&amp;gt;Action-&amp;gt;External-&amp;gt;Reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641356#M234966</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-21T08:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641357#M234967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, i think this should work, however, i dont know how to assign a value to a variable like that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641357#M234967</guid>
      <dc:creator />
      <dc:date>2014-05-21T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641358#M234968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was allready a similar disscussion under &lt;A href="https://community.qlik.com/thread/34303"&gt;Macro with a button to reload the data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem you will get that you need a Timer which is running in the background or check the current time on every click you doing in your App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add an Var Value "=hour(now()) = 8,1,0)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then goto "Variable event trigger" &amp;gt; "On Change" and add the Reload Trigger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or Run a Macro with "activeDocument.Relaod()" if you want to do some other stuff as an reload,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But something like this could degrade your Performance - if you are aren't able to schedule anything on your PC this would have a reason for sure - otherwise I would recommend to talk with your IT to allow it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way should be an EDX Trigger to fire a Server reload and Data Push&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641358#M234968</guid>
      <dc:creator />
      <dc:date>2014-05-21T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641359#M234969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have attached the application where&lt;/P&gt;&lt;P&gt;Document prop-&amp;gt;Triggers-&amp;gt;Variable event trigger-&amp;gt;On Change-&amp;gt;Action-&amp;gt;External-&amp;gt;Reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this process is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 09:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641359#M234969</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-05-21T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641360#M234970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i created with your input, but it does not seem to reload. any thoughts on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641360#M234970</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641361#M234971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that, reload action would not respond against any other trigger other than Button Press, which is not totally meaningless. However, with just a three-line macro, you can achiev the same. See the attahced sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Sub ReloadThisDoc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641361#M234971</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-21T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641362#M234972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow i cannot seem to get this to work. When I put the macro behind a textbox and click on it, it works, but not time triggered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 13:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641362#M234972</guid>
      <dc:creator />
      <dc:date>2014-05-21T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time Triggered actions in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641363#M234973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; I try this for run my sending mail macro. when hour =8 value=1(changed) and send email. An hour later&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hour =9 value=0(changed) and send second email. How can I provide just email sent vhen value=1 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 08:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Triggered-actions-in-qlikview/m-p/641363#M234973</guid>
      <dc:creator>imrencimen</dc:creator>
      <dc:date>2016-04-19T08:59:00Z</dc:date>
    </item>
  </channel>
</rss>

