<?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: Change selection list box after 15 seconds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233736#M85264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you found any solution on this..I have the same requirements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nikolaos Kavroulakis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 10:19:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-16T10:19:15Z</dc:date>
    <item>
      <title>Change selection list box after 15 seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233735#M85263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a client I have to build an online dashboard. One of the requirements of the dashboard is that curtain selections in a list box change after 15 seconds. The client must also be able to pause the auto change and to resume the auto change.&lt;/P&gt;&lt;P&gt;I already found out how to change a chart every 15 seconds. I did this by making five seperate graphs with an condtional show.&lt;/P&gt;&lt;P&gt;This is not sufficient because the selection has to change every 15 seconds and with it the charts. Beneath is the code I used to the make the charts change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Timing:&lt;BR /&gt;LOAD&lt;BR /&gt;Seconds&lt;BR /&gt;,rangesum(peek(PrevSumSeconds),peek(Seconds)) as PrevSumSeconds&lt;BR /&gt;INLINE [&lt;BR /&gt;Seconds&lt;BR /&gt;15&lt;BR /&gt;15&lt;BR /&gt;15&lt;BR /&gt;15&lt;BR /&gt;15&lt;BR /&gt;];&lt;BR /&gt;SET vSeconds = mod(round((now()-now(2))*86400),sum(Seconds));&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;The condtion for the charts are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;floor(vSeconds /15)=0, floor(vSeconds /15)=1, floor(vSeconds /15)=2, floor(vSeconds /15)=3, floor(vSeconds /15)=4, floor(vSeconds /15)=5&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly I have three questions to be answered.&lt;/P&gt;&lt;P&gt;First, how do I make a list box change the selection every 15 seconds (instead of a chart)?&lt;/P&gt;&lt;P&gt;Second, how do I pause the auto change of the list box?&lt;/P&gt;&lt;P&gt;Third how do I resume the auto change of the list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233735#M85263</guid>
      <dc:creator />
      <dc:date>2011-04-28T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection list box after 15 seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233736#M85264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you found any solution on this..I have the same requirements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nikolaos Kavroulakis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 10:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233736#M85264</guid>
      <dc:creator />
      <dc:date>2013-05-16T10:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection list box after 15 seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233737#M85265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Nikolaos,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I managed to get it work. I think I did itby creating a second sheet which is conditionally shown when the pause button was pressed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any help, let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gr.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 14:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-selection-list-box-after-15-seconds/m-p/233737#M85265</guid>
      <dc:creator />
      <dc:date>2013-06-10T14:02:44Z</dc:date>
    </item>
  </channel>
</rss>

