<?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 Problem with document/server bookmarks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263742#M1280181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the problem is then.&lt;/P&gt;&lt;P&gt;If you share your qvw I can test it and have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2012 14:07:57 GMT</pubDate>
    <dc:creator>tduarte</dc:creator>
    <dc:date>2012-03-26T14:07:57Z</dc:date>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263734#M1280163</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;I have a document in QV10 that allows the user to create up to 5 bookmarks.&lt;/P&gt;&lt;P&gt;The names of the bookmarks are predefined values on the script and are available in a multibox:&lt;/P&gt;&lt;P&gt;- Model1, Model2, Model3, Model4, Model5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can then save the bookmark by clicking on a button which calls a macro with this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selected_model = ActiveDocument.Evaluate("getfieldselections(_Model_bookmark_dropdown)")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.RemoveDocBookmark selected_model&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.CreateDocBookmark false, selected_model&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the bookmark name so that the user can recreate any of the 5 bookmarks and so that I can use them in set analysis when doing comparisons.&lt;/P&gt;&lt;P&gt;It all works fine in Desktop - when a bookmark is replaced by the user the previous bookmark is removed (bookmark ID changes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that this is an online product and on the webserver (AJAX client), it doesn't remove the previous bookmark but it still creates a new one with the same name and a different ID. I can confirm this by going to the QEMC. I need to be able to remove the previous bookmark because it keeps recalling the first that was created with that name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I remove the bookmark using the macro? Any alternatives?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Telmo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263734#M1280163</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263735#M1280166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The remove document bookmark is not working!&lt;/P&gt;&lt;P&gt;Is it because the document bookmark on the webserver gets converted to a server bookmark?&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263735#M1280166</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-06-07T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263736#M1280168</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;I think it will probably be due to the fact that users cannot remove Document bookmarks. I do not know the Ajax front end but with the plugin users accesing a document on the server cannot replace or remove a Document bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you create UserBookmarks with your macro? These can be managed by the individual user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263736#M1280168</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-06-07T13:10:31Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263737#M1280171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro using UserBookmarks doesn't even create the bookmarks on the server. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 13:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263737#M1280171</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-06-08T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263738#M1280173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM style="font-size: 12px;"&gt;ActiveDocument.RemoveDocBookmark &lt;/EM&gt;&lt;EM style="font-size: 12px;"&gt; &lt;/EM&gt; only works on the server if you tick the option "Allow Server Objects" on Document Properties -&amp;gt; Server even though "Allow Server Bookmarks" was ticked.&lt;/P&gt;&lt;P&gt;I reported this issue to Support and it has been confirmed as a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 14:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263738#M1280173</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-06-17T14:00:18Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263739#M1280175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tduarte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can able to create bookmarks at server with macro code but i'm not able retrive particular bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a BM i'm running this code: &lt;STRONG&gt;Button1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub BM1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; selected_model = ActiveDocument.Evaluate("getfieldselections(BMark)")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.RemoveDocBookmark selected_model&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.CreateDocBookmark false, selected_model&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working fine. But while i'm retriving the created BM it is not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Button2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub BM2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; selected_model = ActiveDocument.Evaluate("getfieldselections(BMark)")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.ClearAll false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.RecallUserBookmark selected_model&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please tell me what is the problem. Please help me ASAP.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 08:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263739#M1280175</guid>
      <dc:creator />
      <dc:date>2012-03-21T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263740#M1280177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jacq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent't been able to test this but try &lt;STRONG style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial; text-decoration: underline;"&gt;RecallDocBookmark&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;Sub BM2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;&amp;nbsp; selected_model = ActiveDocument.Evaluate("getfieldselections(BMark)")&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.ClearAll false&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.&lt;SPAN style="text-decoration: underline;"&gt;RecallDocBookmark &lt;/SPAN&gt;selected_model&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263740#M1280177</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2012-03-21T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263741#M1280179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is also not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 15:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263741#M1280179</guid>
      <dc:creator />
      <dc:date>2012-03-21T15:30:44Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263742#M1280181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the problem is then.&lt;/P&gt;&lt;P&gt;If you share your qvw I can test it and have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 14:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263742#M1280181</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2012-03-26T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263743#M1280183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok here i'm attaching my qvw file. Please check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 07:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263743#M1280183</guid>
      <dc:creator />
      <dc:date>2012-03-27T07:12:29Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263744#M1280184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jacq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested your doc in our server and all works fine. I'm able to save and recall a bookmark using the macros.&lt;/P&gt;&lt;P&gt;This means this could be a server settings issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following on QEMC:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Go to System -&amp;gt; Setup -&amp;gt; &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:QVS@yourdomain.com"&gt;QVS@yourdomain.com&lt;/A&gt;&lt;SPAN&gt; -&amp;gt; Documents and make sure "Allow server bookmarks" is ticked. If you authenticate with Anonymous then also tick "Allow anonymous server bookmarks".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Documents -&amp;gt; User Documents -&amp;gt; Test.qvw -&amp;gt; Server Objects and make sure your user is on the list or just select Creators All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263744#M1280184</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2012-03-27T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263745#M1280185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get what u r saying. Can you tell me where is the settings exists. Here i'm attaching image file, this is what your saying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263745#M1280185</guid>
      <dc:creator />
      <dc:date>2012-03-27T11:40:37Z</dc:date>
    </item>
    <item>
      <title>Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263746#M1280186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, those are the documents settings. I'm refering to the Qlikview Server settings that you can access on the Qlikview Enterprise Management Console (QEMC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you're logged into the server the URL is &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:4780/qemc"&gt;http://localhost:4780/qemc&lt;/A&gt;&lt;SPAN&gt; otherwise replace localhost by the server IP address or Hostname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 11:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263746#M1280186</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2012-03-27T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263747#M1280187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know the bug ID for this? I would like to track when it is fixed.&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 07:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263747#M1280187</guid>
      <dc:creator />
      <dc:date>2013-06-03T07:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with document/server bookmarks</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263748#M1280188</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;These post are over a year old. If you are running the current Service Release (SR) this should be fixed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 09:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-document-server-bookmarks/m-p/263748#M1280188</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-06-03T09:57:31Z</dc:date>
    </item>
  </channel>
</rss>

