<?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: Back to the last sheet, how can I do it? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463647#M562966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much flipside, it's exactly what I've been looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2013 16:57:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-22T16:57:20Z</dc:date>
    <item>
      <title>Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463641#M562960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, I need some help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a way for back to the last sheet, it'll be a button with an action to back, but the user can be in any sheets, maybe with a concat it can be solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 13:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463641#M562960</guid>
      <dc:creator />
      <dc:date>2013-02-22T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463642#M562961</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;Use below macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; sub Back_Button()&lt;BR /&gt;ActiveDocument.Back&lt;BR /&gt;end sub &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Call this macro in button using triggers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 13:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463642#M562961</guid>
      <dc:creator />
      <dc:date>2013-02-22T13:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463643#M562962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing a version for iPad, so... I can't use macro &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but thank you for reply, it'll be helpfull for me too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 14:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463643#M562962</guid>
      <dc:creator />
      <dc:date>2013-02-22T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463644#M562963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm thinking Dynamic Update might be of use to create a 'breadcrumb' table. If you are in QV11 then you need an empty table similar to this in your load script ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Navigation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sheet,&amp;nbsp;&amp;nbsp;&amp;nbsp; Index&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SH01,0&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... then put an activate trigger on each tab to dynamically update this table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action = Dynamic Update:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INSERT INTO * (Sheet, Index) VALUES (ID,=max(Index)+1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... where ID is the ID of the sheet.&amp;nbsp; Then you can navigate back using a button with 3 actions ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) To delete the last entry ...&amp;nbsp; &lt;STRONG&gt;='DELETE FROM Navigation WHERE Index = ' &amp;amp; max(Index)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) Activate sheet ...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;=only({&amp;lt;Index={$(=max(Index))}&amp;gt;}Sheet)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) Delete the entry just triggered ... &lt;STRONG&gt;='DELETE FROM Navigation WHERE Index = ' &amp;amp; max(Index)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not perfected (the first button press needs two pushes) and you can't navigate forward because you've deleted the record - perhaps a variable holding a pointer reference would be better. I also need to wraparound some logic to ensure a valid number (i.e. not null) is inserted on the INSERT trigger, but it works in essence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 14:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463644#M562963</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-02-22T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463645#M562964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow almost there hahaha&lt;/P&gt;&lt;P&gt;can you send me an example? I'm with a little difficulty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 15:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463645#M562964</guid>
      <dc:creator />
      <dc:date>2013-02-22T15:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463646#M562965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 15:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463646#M562965</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2013-02-22T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463647#M562966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much flipside, it's exactly what I've been looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2013 16:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463647#M562966</guid>
      <dc:creator />
      <dc:date>2013-02-22T16:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463648#M562967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;flipside - I tried your example, but the back button does not actually navigate to the previous sheet.&amp;nbsp; I see the values in the table change but no navigation occurs.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can the hardcoded sheet number be replaced with a function of some sort to detect the current sheet instead of hardcoding it?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 16:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/463648#M562967</guid>
      <dc:creator />
      <dc:date>2013-11-15T16:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Back to the last sheet, how can I do it?</title>
      <link>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/1529755#M562968</link>
      <description>&lt;P&gt;Wow, try do this in seance is crazy, the sense product is less than half baked!!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jan 2019 15:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-to-the-last-sheet-how-can-I-do-it/m-p/1529755#M562968</guid>
      <dc:creator>buffalome90210</dc:creator>
      <dc:date>2019-01-13T15:07:13Z</dc:date>
    </item>
  </channel>
</rss>

