<?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: Automatically cycle through a field on the front-end in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799261#M662191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add a variable that has =now() as expression&lt;/P&gt;&lt;P&gt;2. Add a trigger on OnChange event of the variable (Documant Properties -&amp;gt; Triggers -&amp;gt; Variables) that will select a value based on an expression&lt;/P&gt;&lt;P&gt;3. Add a textbox to display the variable value in order to force QlikView to refresh it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 10:19:39 GMT</pubDate>
    <dc:creator>luciancotea</dc:creator>
    <dc:date>2015-03-13T10:19:39Z</dc:date>
    <item>
      <title>Automatically cycle through a field on the front-end</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799260#M662190</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;Is there a way of cycling through all the values for a given field?&lt;/P&gt;&lt;P&gt;For example, say we have a EmployeeName field with Values "Jack, John,Jake". We want the dashboard to "automatically" cycle through each value in the given field every 15 seconds (or whatever length of time we want).&lt;/P&gt;&lt;P&gt;So it would be like having a person click on "Jack" from a listbox, then after 15 seconds clicking on John, then Jake, and then back to Jack.&lt;/P&gt;&lt;P&gt;I don't think this can be done natively, so macros first come to mind. But I wanted to ask if there was a way of doing it without the use of macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799260#M662190</guid>
      <dc:creator>hmjason7</dc:creator>
      <dc:date>2015-03-13T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically cycle through a field on the front-end</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799261#M662191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add a variable that has =now() as expression&lt;/P&gt;&lt;P&gt;2. Add a trigger on OnChange event of the variable (Documant Properties -&amp;gt; Triggers -&amp;gt; Variables) that will select a value based on an expression&lt;/P&gt;&lt;P&gt;3. Add a textbox to display the variable value in order to force QlikView to refresh it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799261#M662191</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2015-03-13T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically cycle through a field on the front-end</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799262#M662192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks good. I noticed in the trigger you're doing the cycle in an if statement, specifically stating the values you want to loop over.&lt;/P&gt;&lt;P&gt;Is there a way of doing this without having to state the values you wish to cycle over?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799262#M662192</guid>
      <dc:creator>hmjason7</dc:creator>
      <dc:date>2015-03-13T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically cycle through a field on the front-end</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799263#M662193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do beware that on the Accesspoint using Now() like this only works properly with the IE Plugin and not in AJAX mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799263#M662193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically cycle through a field on the front-end</title>
      <link>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799264#M662194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;SPAN class="Bold"&gt;getfieldselections() to get the current selected value. Based on this, build an expression that will determine the next value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Or, you can use macro.: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/10565"&gt;http://community.qlik.com/thread/10565&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatically-cycle-through-a-field-on-the-front-end/m-p/799264#M662194</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2015-03-13T10:48:51Z</dc:date>
    </item>
  </channel>
</rss>

