<?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: QlikView Slide Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299679#M405245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a mechanism in a QVW where sheets advance to the next one on a timed basis, is perfectly possible. Using an OnActivate sheet trigger, you can then make selections to show only those details that you want to be shown (e.g. a different department, another country or product group). I guess that this is what Paridhi is referring to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, check this Resource Library Document: &lt;A href="https://community.qlik.com/docs/DOC-5974"&gt;SlideShow.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 07:38:20 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-04-24T07:38:20Z</dc:date>
    <item>
      <title>QlikView Slide Show</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299675#M405241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-left: 30px;"&gt;Hi All,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Is there any way to craete a slide show inside the qv document using the objects in it? Hi All, is there any way to craete a slide show inside the qv document using the objects in it?&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Thanks &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Shweta Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 16:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299675#M405241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Slide Show</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299676#M405242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Direct it is not possible, But yes by help of navigation like &amp;lt; and &amp;gt; we can use. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 16:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299676#M405242</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-21T16:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Slide Show</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299677#M405243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not what I asked.&lt;/P&gt;&lt;P&gt;I want sheet data which change for different month after every 10 sec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 07:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299677#M405243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T07:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Slide Show</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299678#M405244</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;Yes u can change the value , Below is just example&amp;nbsp; you can change according to your requirement.&lt;/P&gt;&lt;P&gt;You can give the value in variables .&lt;/P&gt;&lt;P&gt;=if(second(now())&amp;gt;40,'1',if(second(now())&amp;gt;20,'2','3'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paridhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 07:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299678#M405244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Slide Show</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299679#M405245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a mechanism in a QVW where sheets advance to the next one on a timed basis, is perfectly possible. Using an OnActivate sheet trigger, you can then make selections to show only those details that you want to be shown (e.g. a different department, another country or product group). I guess that this is what Paridhi is referring to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, check this Resource Library Document: &lt;A href="https://community.qlik.com/docs/DOC-5974"&gt;SlideShow.qvw&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 07:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Slide-Show/m-p/1299679#M405245</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-24T07:38:20Z</dc:date>
    </item>
  </channel>
</rss>

