<?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: Auto sheet navigation in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401929#M800201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mohammed. It is working fine. Is it possible to stop navigation at the last sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2017 09:24:02 GMT</pubDate>
    <dc:creator>dineshmdane</dc:creator>
    <dc:date>2017-11-30T09:24:02Z</dc:date>
    <item>
      <title>Auto sheet navigation in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401926#M800198</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;Kindly help me to find out any extension or logic that can be used to navigate Qlikview sheets automatically.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;From sheet 'abc' it should navigate to 'pqr' after a minute. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401926#M800198</guid>
      <dc:creator>dineshmdane</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto sheet navigation in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401927#M800199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 07:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401927#M800199</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-30T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Auto sheet navigation in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401928#M800200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this &lt;A href="https://community.qlik.com/thread/17838"&gt;Dynamic Sheet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a variable vShow with the following value:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=ceil((frac(now())*86400/(vSheets*vDelay)-floor(frac(now())*86400/(vSheets*vDelay)))*(vSheets))&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Create variable vSheets = no of sheets to cycle through (5 in this case)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Create variable vDelay = time in seconds (30 in your case)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Finally, set each sheet to conditionally display using the expression&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;vShow=1 (for the first sheet)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;vShow=2 (for the second sheet, and so on)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;The vShow variable expression will return the value 1, then after 30 seconds, the value 2 etc, causing the displayed sheet to change every 30 seconds.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 07:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401928#M800200</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-30T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Auto sheet navigation in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401929#M800201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mohammed. It is working fine. Is it possible to stop navigation at the last sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 09:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-sheet-navigation-in-Qlikview/m-p/1401929#M800201</guid>
      <dc:creator>dineshmdane</dc:creator>
      <dc:date>2017-11-30T09:24:02Z</dc:date>
    </item>
  </channel>
</rss>

