<?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: Rotating sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626974#M543026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find some help here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/474228"&gt;Re: Changing screens automatically in qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2014 07:33:12 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-05-25T07:33:12Z</dc:date>
    <item>
      <title>Rotating sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626972#M543024</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;i have about 10 - 15 sheets in my project.. i want change each sheet every 30sec.. and after the last sheet again to start the cycle..&amp;nbsp; can some one help me out in this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help will be greatly appreciated&lt;/P&gt;&lt;P&gt;thank you in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 05:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626972#M543024</guid>
      <dc:creator />
      <dc:date>2014-05-25T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626973#M543025</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;May be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 06:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626973#M543025</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-25T06:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626974#M543026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find some help here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/474228"&gt;Re: Changing screens automatically in qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 07:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626974#M543026</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-25T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626975#M543027</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;I remember you have personnel edition&lt;/P&gt;&lt;P&gt;In this case create 5 sheets in a new qlikview document and go to sheet properties and select conditional and write below code for specific sheets.&lt;/P&gt;&lt;P&gt;Sheet1:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet2:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 1 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet3:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 2 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet4:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 3 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet5:&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 4 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 5&lt;/P&gt;&lt;P&gt;Image attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 10:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626975#M543027</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-25T10:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626976#M543028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have 3 sheets in my qlik view's project&lt;/P&gt;&lt;P&gt;and i want went between them automatically&lt;/P&gt;&lt;P&gt;but i do'nt know do it&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 11:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rotating-sheets/m-p/626976#M543028</guid>
      <dc:creator />
      <dc:date>2015-03-06T11:14:54Z</dc:date>
    </item>
  </channel>
</rss>

