<?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 [ASK] how to make auto show-hide sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487494#M182090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello qlikviewer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a task to make sheet show and hide automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 sheet (a, b, c, d)&lt;/P&gt;&lt;P&gt;And everysheet will show for 5 second and then hide, then go to next shet for 5 second and then hide, and on and on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 08:13:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-16T08:13:36Z</dc:date>
    <item>
      <title>[ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487494#M182090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello qlikviewer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a task to make sheet show and hide automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 sheet (a, b, c, d)&lt;/P&gt;&lt;P&gt;And everysheet will show for 5 second and then hide, then go to next shet for 5 second and then hide, and on and on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487494#M182090</guid>
      <dc:creator />
      <dc:date>2013-12-16T08:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487495#M182091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/8944"&gt;Automatic switching of sheets&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487495#M182091</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-16T08:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487496#M182092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sheet properties&amp;gt;&amp;gt; Layout tab&amp;gt;&amp;gt; in show conditional , use following expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sheet a&lt;/P&gt;&lt;P&gt;if(mod(second(now()),20)&amp;gt;0 and mod(second(now()),20)&amp;lt;=5,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sheet b&lt;/P&gt;&lt;P&gt;if(mod(second(now()),20)&amp;gt;5 and mod(second(now()),20)&amp;lt;=10,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sheet a&lt;/P&gt;&lt;P&gt;if(mod(second(now()),20)&amp;gt;10 and mod(second(now()),20)&amp;lt;=15,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sheet a&lt;/P&gt;&lt;P&gt;if(mod(second(now()),20)&amp;gt;15 and mod(second(now()),20)&amp;lt;=20,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope it will help you out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487496#M182092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-16T08:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487497#M182093</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;In this thread you will find a good working solution from &lt;A href="https://community.qlik.com/qlik-users/2226"&gt;John Witherspoon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/96051#96051"&gt;http://community.qlik.com/message/96051#96051&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine I have an app based on his solution running all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487497#M182093</guid>
      <dc:creator />
      <dc:date>2013-12-16T08:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487498#M182094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer not using macro for this&lt;/P&gt;&lt;P&gt;And I will try nitin solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thx nitin, and other qlikviewer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487498#M182094</guid>
      <dc:creator />
      <dc:date>2013-12-16T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] how to make auto show-hide sheet</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487499#M182095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have worked with these in some time and take a conclution,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the formula that nitin gave only able to use if you have 60 vVarDur&lt;/P&gt;&lt;P&gt;where vVarDur = [total of sheet that you will use] * [duration of each variable to show]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you have more than 60 vVarDur, then you maybe need formula like this :&lt;/P&gt;&lt;P&gt;0. Max vVarDur=60*60=3600 (0-3599) //maximal vVarDur that can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Qlikview variable you need :&lt;/P&gt;&lt;P&gt;1.1. vModSec = mod((minute(now())*60)+Second(now()),vVarDur) &lt;/P&gt;&lt;P&gt;//vVarDur is total of sheet*duration@sheet that you will use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.2. vModSecMul = [value_number] //duration of each sheet in second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Sheet Properties -&amp;gt; Conditional&lt;/P&gt;&lt;P&gt;2.1.&amp;nbsp; =if($(vModSec)&amp;gt;(x*$(vModSecMul)) and $(vModSec)&amp;lt;=(y*$(vModSecMul)),1,0)&lt;/P&gt;&lt;P&gt;//x is the *number of previous sheet, y is the&lt;/P&gt;&lt;P&gt;*number of current sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*note :&lt;/P&gt;&lt;P&gt;if current sheet is your first sheet, then x=0 and y=1&lt;/P&gt;&lt;P&gt;if current sheet is your second sheet, then x=1 and y=2&lt;/P&gt;&lt;P&gt;.... and on ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this'll help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if i'm wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx for the clue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 17:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-how-to-make-auto-show-hide-sheet/m-p/487499#M182095</guid>
      <dc:creator />
      <dc:date>2013-12-17T17:14:31Z</dc:date>
    </item>
  </channel>
</rss>

