<?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 Using Bookmarks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190840#M53183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel ! Your solution seems to work fine. I'll post what I've done incase anyone is looking for it.&lt;/P&gt;&lt;P&gt;As per your suggestion, I created one document bookmark and made it hidden. (Document bookmark Id can be obtained from Bookmarks &amp;gt; More or Ctrl+Shift+B). Once I got the Bookmark Id; I did the following set of actions for all 15 tabs on my document.&lt;/P&gt;&lt;P&gt;For example, sheet 1 : OnActivate Sheet (Apply bookmark - Doc Bookmark ID) and OnLeaveSheet (Replace bookmark - Doc Bookmark ID).&lt;/P&gt;&lt;P&gt;For the odd sheet (which requires clearing up all selection on other 15 tabs) I did the following&lt;/P&gt;&lt;P&gt;OnActivate Sheet (Clear All) and OnLeave Sheet (Clear All).&lt;/P&gt;&lt;P&gt;So when I am on any of the 15 sheets and I make any selections, and then I move to the odd sheet my document bookmark gets updated with the recent selection and then it clears all selections. When I go back to any of those 15 sheets from the odd sheet it will bring back my last / previous selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 08:11:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-17T08:11:25Z</dc:date>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190837#M53180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I use the bookmarks within sheets of a single QVW document? For example, I've multiple tabs on my .QVW application tab a1, b1 and c1.&lt;/P&gt;&lt;P&gt;I make few selections in a1 and then I move on to tab b1. As soon as I click on b1 sheet, I want all the selection in a1 to get cleared and start with brand new selection for sheet b1. However, when I come back to tab a1, I want to restore the previous selection made in tab a1 and also clear all from b1.&lt;/P&gt;&lt;P&gt;To put it simple, How can I preserve the selections everytime from tab to tab and reapply them when I come back to the respective tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 06:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190837#M53180</guid>
      <dc:creator />
      <dc:date>2010-11-17T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190838#M53181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You should be able to create a document bookmark (so any other user may select it) for each tab you want to keep selections, and add a new trigger OnActivateSheet on the sheet properties, Actions, Bookmarks, Apply Bookmark, and add a new action, OnLeaveSheet, Selection, Clear All.&lt;/P&gt;&lt;P&gt;If you want the users to be able to change the selections in the bookmark, then instead of using Apply Bookmark you should create a Replace Bookmark OnLeaveSheet, before clearing all, so all current selections are stored in that bookmark.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 07:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190838#M53181</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-17T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190839#M53182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Part of it can be done by actions where we can have action OnLeave sheet (Create a bookmark) and OnActivate Sheet (Apply bookamrk). However, the problem that I am facing with this approach is, if I go back to sheet 'a1' and make further selections I want my bookmark to be updated with new selections I just made. And that doesn't happen. Is it this acheivable? update the bookmark every time you make or clear up selection you previously made?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 07:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190839#M53182</guid>
      <dc:creator />
      <dc:date>2010-11-17T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190840#M53183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel ! Your solution seems to work fine. I'll post what I've done incase anyone is looking for it.&lt;/P&gt;&lt;P&gt;As per your suggestion, I created one document bookmark and made it hidden. (Document bookmark Id can be obtained from Bookmarks &amp;gt; More or Ctrl+Shift+B). Once I got the Bookmark Id; I did the following set of actions for all 15 tabs on my document.&lt;/P&gt;&lt;P&gt;For example, sheet 1 : OnActivate Sheet (Apply bookmark - Doc Bookmark ID) and OnLeaveSheet (Replace bookmark - Doc Bookmark ID).&lt;/P&gt;&lt;P&gt;For the odd sheet (which requires clearing up all selection on other 15 tabs) I did the following&lt;/P&gt;&lt;P&gt;OnActivate Sheet (Clear All) and OnLeave Sheet (Clear All).&lt;/P&gt;&lt;P&gt;So when I am on any of the 15 sheets and I make any selections, and then I move to the odd sheet my document bookmark gets updated with the recent selection and then it clears all selections. When I go back to any of those 15 sheets from the odd sheet it will bring back my last / previous selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 08:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190840#M53183</guid>
      <dc:creator />
      <dc:date>2010-11-17T08:11:25Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190841#M53184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Miguel,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The solution here works fine on local machine, but as soon as I go on Internet Explorer it doesn't. Do you know why ? Do I have to set any property to make document level bookmark work on IE? Thanks for any input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 21:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190841#M53184</guid>
      <dc:creator />
      <dc:date>2010-12-22T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190842#M53185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Make sure you have checked, when you create the bookmark, that it is a Document Bookmark and it can be used by other users. Open the document in the Desktop version and check in the Bookmarks menu.&lt;/P&gt;&lt;P&gt;On the server side, go to the Enterprise Management Console, System, Setup, QlikView Servers, Documents and check "Allow Server Collaboration" and "Allow Anonymous Bookmarks server collaboration".&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 09:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190842#M53185</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-23T09:13:39Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190843#M53186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed all of the above already adn just to make sure I did the same twice. It did not work as expected. Document bookmarks still won't work on IE through server and they work fine on stand alone desktop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 21:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190843#M53186</guid>
      <dc:creator />
      <dc:date>2011-01-03T21:35:58Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190844#M53187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue as you described, did you find a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 13:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190844#M53187</guid>
      <dc:creator />
      <dc:date>2011-04-01T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190845#M53188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Document bookmarks cannot be modified in a server enviroment except for the developers (that is, not opening on server).&lt;/P&gt;&lt;P&gt;User bookmarks are, and the license (SBE doesn't allow Collaboration) may affect to that.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190845#M53188</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-01T14:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190846#M53189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nims,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you aer doign it right.just do 1 more step, OnLeave sheet after you have created the bookmark, do a&amp;nbsp; replace bookmark and give it the same bookmark id. This will save the latest selections and store them in already created bookmark. its working fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 07:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Bookmarks/m-p/190846#M53189</guid>
      <dc:creator>Vidit</dc:creator>
      <dc:date>2013-04-23T07:54:25Z</dc:date>
    </item>
  </channel>
</rss>

