<?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 Automatically change selections in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817395#M288169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QlikView application where there is a list box with different fields which can be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To present this application I need a way in which the selection is changed automatically in a certain time frame (e.g. 1 minute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this made be possible? I do not have any experiences with macros or equivalent things, so I am looking forward to getting your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 12:11:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-17T12:11:39Z</dc:date>
    <item>
      <title>Automatically change selections in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817395#M288169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QlikView application where there is a list box with different fields which can be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To present this application I need a way in which the selection is changed automatically in a certain time frame (e.g. 1 minute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this made be possible? I do not have any experiences with macros or equivalent things, so I am looking forward to getting your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817395#M288169</guid>
      <dc:creator />
      <dc:date>2015-03-17T12:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change selections in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817396#M288170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may create several listboxes and arrange visibilty-property subject to the elapsed time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why would you wish to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817396#M288170</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-17T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change selections in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817397#M288171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a screen at our desk where we are able to present our project. So it would be great if all this happens automatically such that everybody can see the variety of Qlik &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817397#M288171</guid>
      <dc:creator />
      <dc:date>2015-03-18T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change selections in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817398#M288172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You may play around with the visibility with conditional show and a formula like&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SECOND(NOW()) - (FLOOR(SECOND(NOW()) / 3) *3) = n&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;with n = 0, 1 or 2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;for showing each second one out of three objects, have attached one example.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Objects might be placed on top of each other as well, have fun!&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 08:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817398#M288172</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-18T08:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically change selections in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817399#M288173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter has given the best way to represent the thing but i am not sure that it will track all the seconds or minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-change-selections-in-List-Box/m-p/817399#M288173</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-03-18T09:07:39Z</dc:date>
    </item>
  </channel>
</rss>

