<?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 Automatic action with timer on AjaxZfc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190616#M1280888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to known if Qlikview has a mecanism to perform somes task in qvw without user actions in a specific interval like Timer class in C++.&lt;/P&gt;&lt;P&gt;eg: Automatic change the customer selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190616#M1280888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to known if Qlikview has a mecanism to perform somes task in qvw without user actions in a specific interval like Timer class in C++.&lt;/P&gt;&lt;P&gt;eg: Automatic change the customer selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Automatic-action-with-timer-on-AjaxZfc/m-p/190616#M1280888</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>SV:Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190617#M1280890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Care to elaborate what purpose such timer driven activities would have for your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 16:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190617#M1280890</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-04-29T16:48:17Z</dc:date>
    </item>
    <item>
      <title>Re. :SV:Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190618#M1280892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I would like to place a tv at the entrance of the office to show public informations from a .qvw file handled in a browser (QvAjaxZfc). Informations will change automaticaly from customer to sales department... Colleges must have the possibility to get back hand on the app at any time.&lt;/P&gt;&lt;P&gt;I supposed i have to use some timer to perform these actions...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 08:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190618#M1280892</guid>
      <dc:creator />
      <dc:date>2011-05-02T08:55:06Z</dc:date>
    </item>
    <item>
      <title>SV:Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190619#M1280896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion is that you try using the Conditional Show value, that you can find in Properties for various objects. In this field you simply add an expression that will hide the object when expression result is TRUE and hide the object when the result is FALSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest is then likely that you work with the Conditional Show on a sheet level, to only show one sheet at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example to show something for 15 min per hour as the second quarter of every hour your conditional show condition could look like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;div( minute( now() ) , 15 ) = 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The div() result in this case will be 0-3, hence second quarter corresponds with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 13:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190619#M1280896</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-06T13:10:04Z</dc:date>
    </item>
    <item>
      <title>Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190620#M1280898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Toni, thanks for your help, but it wasn't exactly what i want to do. (but i keep your answers because it solve an other question &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to change selection in a list, not changing the display of objet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user&lt;/P&gt;&lt;P&gt;--------------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -------&lt;/P&gt;&lt;P&gt;* sales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * John&lt;/P&gt;&lt;P&gt;# customer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Doe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # McGyver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Anibal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190620#M1280898</guid>
      <dc:creator />
      <dc:date>2011-05-09T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: SV:Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190621#M1280900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing quick and simple pops in to my mind right now. You could probabaly achieve it by using macros, but then again you will not be able to run those macros via ajax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion would be to still work with hiding the objects. In the object you can alter the presentation by using set analysis in the expressions. For a general info dashboard I would not recommend using list boxes to visualize the data limits, it is much more intuative for a viewer to get the limitation presented in a text box or object title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example title like 'Sales in 2011 vs. 2011' or 'Revenue for past 10 years' is easier to interpet than having to look in listboxes for what has been currently selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190621#M1280900</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-09T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190622#M1280902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use macro and like you 've predicted, that doesn't works... However the QvServer run macro in background and change the current selection and object. If i add a java script wich perform an url reload each X seconds in the opendoc.html its should works....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tell you the experiment's result... &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 May 2011 08:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190622#M1280902</guid>
      <dc:creator />
      <dc:date>2011-05-23T08:23:56Z</dc:date>
    </item>
    <item>
      <title>Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190623#M1280904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Correct. When using the Ajax client, the timer function Now() will not allow you to change tabs/views without user interaction. It should work for the Plugin, but if you want to use the Ajax client I would suggest something like what you're doing with triggering a reload using javascript. Hope it works out well for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 00:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190623#M1280904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-25T00:09:15Z</dc:date>
    </item>
    <item>
      <title>Automatic action with timer on AjaxZfc</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190624#M1280906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- IEClient does not accept a refresh performed by the serveur in a VBA macro.&lt;/P&gt;&lt;P&gt;- JavaScript's solution works, I've cloned the opendoc.htm file then rename it. After i've added the folowing script between &amp;lt;HEAD&amp;gt;&amp;lt;/HEAD&amp;gt; tags:&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function reFresh() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; location.reload(true)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.setInterval("reFresh()",60000);&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-action-with-timer-on-AjaxZfc/m-p/190624#M1280906</guid>
      <dc:creator />
      <dc:date>2011-05-31T12:31:29Z</dc:date>
    </item>
  </channel>
</rss>

