<?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: show all reports in the screen like slides in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13015#M2142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this happens every time with clicks. I wanted it to be automatic. I found it. I first defined a variable. then I defined this variable to the page.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Variable - &amp;gt; Act&lt;/P&gt;&lt;P&gt;Sheet1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(OSUser()='slideuser',&lt;/P&gt;&lt;P&gt;Act &amp;gt;=0 and Act &amp;lt;= 20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(OSUser()='&lt;SPAN style="font-size: 13.3333px;"&gt;slideuser&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Act &amp;gt;=21 and Act &amp;lt;= 40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sheet3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(OSUser()='&lt;SPAN style="font-size: 13.3333px;"&gt;slideuser&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Act &amp;gt;=41 and Act &amp;lt;= 59)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this so that one document finishes and the other document starts?&lt;/P&gt;&lt;P&gt;Document 1 -&amp;gt; sheet1, sheet2, sheet3&lt;/P&gt;&lt;P&gt;after&lt;/P&gt;&lt;P&gt;Document 2 -&amp;gt; sheet1, sheet2, sheet3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 06:16:28 GMT</pubDate>
    <dc:creator>nurettinsahin</dc:creator>
    <dc:date>2018-01-30T06:16:28Z</dc:date>
    <item>
      <title>show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13013#M2140</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;We have 20 reports. We want to show part of these reports or all of them in the manager’s screen like slides.&lt;/P&gt;&lt;P&gt;When reports end, they should be shown again from the beginning. Entrance to the system can be done by sign-in.&lt;/P&gt;&lt;P&gt;How can we do this? Can anyone help me please?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nurettin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13013#M2140</guid>
      <dc:creator>nurettinsahin</dc:creator>
      <dc:date>2018-01-29T12:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13014#M2141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a Textfield with a trigger to call the next sheet on clicking (forward/backward).&lt;/P&gt;&lt;P&gt;hide all sheets except the actual&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13014#M2141</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-01-29T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13015#M2142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this happens every time with clicks. I wanted it to be automatic. I found it. I first defined a variable. then I defined this variable to the page.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Variable - &amp;gt; Act&lt;/P&gt;&lt;P&gt;Sheet1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(OSUser()='slideuser',&lt;/P&gt;&lt;P&gt;Act &amp;gt;=0 and Act &amp;lt;= 20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(OSUser()='&lt;SPAN style="font-size: 13.3333px;"&gt;slideuser&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Act &amp;gt;=21 and Act &amp;lt;= 40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sheet3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sheet Properties -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=if(OSUser()='&lt;SPAN style="font-size: 13.3333px;"&gt;slideuser&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Act &amp;gt;=41 and Act &amp;lt;= 59)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this so that one document finishes and the other document starts?&lt;/P&gt;&lt;P&gt;Document 1 -&amp;gt; sheet1, sheet2, sheet3&lt;/P&gt;&lt;P&gt;after&lt;/P&gt;&lt;P&gt;Document 2 -&amp;gt; sheet1, sheet2, sheet3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 06:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13015#M2142</guid>
      <dc:creator>nurettinsahin</dc:creator>
      <dc:date>2018-01-30T06:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13016#M2143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;variable Act should be something like this: &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),5),2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;20 reports = 20 sheets in one document or 20 different qvw document(apps)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 06:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13016#M2143</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-30T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13017#M2144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go &lt;A href="https://community.qlikview.com/thread/172348" title="https://community.qlikview.com/thread/172348"&gt;How Can I Present My Dashboard Sheets On A Cont... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5974?sr=stream&amp;amp;ru=145103" style="font-size: 10pt;" title="https://community.qlik.com/docs/DOC-5974?sr=stream&amp;amp;ru=145103"&gt;https://community.qlik.com/docs/DOC-5974?sr=stream&amp;amp;ru=145103&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 07:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13017#M2144</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2018-01-30T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13018#M2145</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;You can try something like attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191794_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 07:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13018#M2145</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-01-30T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: show all reports in the screen like slides</title>
      <link>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13019#M2146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Staffan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable Act : &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #0000ff;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #0000ff;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #0000ff;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(),5),2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.6667px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I want 20 different qvw document (apps)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 07:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-all-reports-in-the-screen-like-slides/m-p/13019#M2146</guid>
      <dc:creator>nurettinsahin</dc:creator>
      <dc:date>2018-01-30T07:56:12Z</dc:date>
    </item>
  </channel>
</rss>

