<?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: activate a sequence of sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238638#M393668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JohnW once provided a solution for auto-advancing sheets based on a table/field with IDs (youir sequence). I guess if you set the delay to a very small value, and configure the autoadvance code to run just once, you'll have your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here: &lt;A href="https://community.qlik.com/thread/32394"&gt;automatically move to next sheet within interval time&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this community, there are other approaches available&lt;SPAN style="font-size: 13.3333px;"&gt; as well&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 11:56:13 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-01-26T11:56:13Z</dc:date>
    <item>
      <title>activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238632#M393662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Can I activate&lt;/SPAN&gt; &lt;SPAN&gt;a sequence&lt;/SPAN&gt; &lt;SPAN&gt;of sheets&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;where the sequence&lt;/SPAN&gt; is given by a field present &lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN class="alt-edited"&gt;association model&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt; &lt;SPAN&gt;(Specifically&lt;/SPAN&gt;, &lt;SPAN&gt;I want to start&lt;/SPAN&gt; from the first sheet present &lt;SPAN&gt;in the list&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;scroll through it&lt;/SPAN&gt; &lt;SPAN&gt;all&lt;/SPAN&gt; &lt;SPAN&gt;and&lt;/SPAN&gt; &lt;SPAN&gt;return to the first&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;thx!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 09:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238632#M393662</guid>
      <dc:creator />
      <dc:date>2017-01-26T09:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238633#M393663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. But a most pressing question: how do you plan to move from sheet to sheet? Are all sheets in a sequence active at the same time, or should they become active one-by-one when the user completes a specific task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the Only() function will be your tool of choice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 10:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238633#M393663</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-01-26T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238634#M393664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;There is not a specific need. I try to be as clear as possible. In sequence, until all the contents of a sheet does not load, I have to open/load each sheet selected from a list.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MOTIVATION:&lt;/SPAN&gt; I HAVE TO &lt;SPAN&gt;PRINT&lt;/SPAN&gt; ALL SHEETS REPORT IN ONE FILE PDF, BUT THIS OPERATION HAS A DURATION &lt;SPAN&gt;MORE THAN&lt;/SPAN&gt; 15 MINUTES BECAUSE THIS PROCEDURE PROVIDES ALSO THE OPENING/LOADING &lt;SPAN&gt;OF EACH&lt;/SPAN&gt; SHEET IN BACKGROUND &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;So i want to do a pre-loading of each sheet.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;Independently&lt;/SPAN&gt; &lt;/SPAN&gt; from the utility of this THING, THERE IS A SOLUTION TO THIS PROBLEM?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 10:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238634#M393664</guid>
      <dc:creator />
      <dc:date>2017-01-26T10:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238635#M393665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are using the builtin Report Generator but it takes too long to generate a PDF because the report engine must recalculate all objects before it can create a PDF, while the document itself will only recalculate the objects on the active sheet? And you want to force the latter to recalculate objects on inactive sheets as well, thereby making a regular user wait for things that can't be seen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238635#M393665</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-01-26T11:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238636#M393666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, &lt;SPAN class="short_text" lang="en"&gt;maybe it's &lt;SPAN&gt;the right way.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238636#M393666</guid>
      <dc:creator />
      <dc:date>2017-01-26T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238637#M393667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can change the recalculation behavior of a QlikView client. At least I'm not aware of any technique or setting that lets you do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NPrinting doesn't have that problem, because it acts like an independent service which can be launched to create reports in any format in the background without locking up a QlikView client. Maybe NPrinting could be a solution for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238637#M393667</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-01-26T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: activate a sequence of sheets</title>
      <link>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238638#M393668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JohnW once provided a solution for auto-advancing sheets based on a table/field with IDs (youir sequence). I guess if you set the delay to a very small value, and configure the autoadvance code to run just once, you'll have your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here: &lt;A href="https://community.qlik.com/thread/32394"&gt;automatically move to next sheet within interval time&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this community, there are other approaches available&lt;SPAN style="font-size: 13.3333px;"&gt; as well&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-a-sequence-of-sheets/m-p/1238638#M393668</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-01-26T11:56:13Z</dc:date>
    </item>
  </channel>
</rss>

