<?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: Create a &amp;quot;My Server Bookmark&amp;quot; with a macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790104#M279398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The actions require the bookmark ID, which is unique per user. Setting the bookmark with a macro goes with the name instead, so it can be consistent across users. Each bookmark is unique, based on each user's selection. However, the name being the same, it's easy to load it with a macro on open.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 16:37:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-12T16:37:45Z</dc:date>
    <item>
      <title>Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790100#M279394</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;is there a way, &lt;STRONG&gt;with a macro&lt;/STRONG&gt;, to create a "my server" bookmark?&lt;/P&gt;&lt;P&gt;I'm aware of the following codes:&lt;/P&gt;&lt;P&gt;ActiveDocument.CreateDocBookmark false,"test"&lt;/P&gt;&lt;P&gt;ActiveDocument.CreateUserBookmark false,"test"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but they do no create the bookmark on the server...Any insight?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 22:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790100#M279394</guid>
      <dc:creator />
      <dc:date>2015-02-11T22:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790101#M279395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this won't be possible. But if you want create bookmarks for server-user you could create a document-bookmark and export this and import it again as server-bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790101#M279395</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-12T16:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790102#M279396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the idea is for users to press a button that will save their preferences as a bookmark (with a name pre-defined in the macro) so as the bookmark can be automatically loaded on open). Using a regular user bookmark doesnt work very well (laggy and buggy). But a server user bookmark works very well. The problem is that a macro can only create a simple user bookmark. Everything else works like a charm but it's a shame users have to manually create the bookmark so as it's saved as server user bookmark &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790102#M279396</guid>
      <dc:creator />
      <dc:date>2015-02-12T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790103#M279397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be done per actions and it should be also work on a server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790103#M279397</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-12T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790104#M279398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The actions require the bookmark ID, which is unique per user. Setting the bookmark with a macro goes with the name instead, so it can be consistent across users. Each bookmark is unique, based on each user's selection. However, the name being the same, it's easy to load it with a macro on open.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790104#M279398</guid>
      <dc:creator />
      <dc:date>2015-02-12T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790105#M279399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to figure it out, using both a macro and action. The macro removes the bookmark (with the name) and the button, with action, creates a bookmark (using the same name). Works like a charm!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 19:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790105#M279399</guid>
      <dc:creator />
      <dc:date>2015-02-12T19:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790106#M279400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you mind to share your sollution in more Detail with us? As I see it you were able to create a server bookmark with a pre defined name from a macro? Sounds cool, how exactly did you do it? Thanks for sharing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790106#M279400</guid>
      <dc:creator />
      <dc:date>2015-05-05T15:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790107#M279401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is how:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 macros: one to remove any existing bookmark with the name "Default" and one to auto load that bookmark if it exists when the document opens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub remove_bookmark&lt;/P&gt;&lt;P&gt;On Error Resume Next&lt;/P&gt;&lt;P&gt;ActiveDocument.RemoveDocBookmark "Default"&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitforIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.RemoveUserBookmark "Default"&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitforIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("BU01").Press&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button called BU01 has an action: create bookmark, bookmark name: Default. Leave the bookmark ID blank&lt;/P&gt;&lt;P&gt;The button is hidden.&lt;/P&gt;&lt;P&gt;For some reason, Qlikview does not like it if you include this action as vb code as part of the previous code, hence the need to break it into 2 pieces (macro+button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the code to use to load the bookmark (as a document trigger)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub UponOpen&lt;/P&gt;&lt;P&gt;on error goto 0&lt;/P&gt;&lt;P&gt;'Apply the Bookmark called "Default"&lt;/P&gt;&lt;P&gt;ActiveDocument.RecallDocBookmark "Default" &lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 16:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/790107#M279401</guid>
      <dc:creator />
      <dc:date>2015-05-05T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a "My Server Bookmark" with a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/1543284#M439600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have the same problem with bokkmarks, i create macros when exit and enter on a Page, it function in design, but when i upload to server or in webview dont functions, any idea why?&lt;BR /&gt;&lt;BR /&gt;Macros:&lt;BR /&gt;&lt;BR /&gt;Sub LimpiarPozo&lt;BR /&gt;On Error Resume Next&lt;BR /&gt;ActiveDocument.CreateUserBookMark "Pozo"&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.Clear&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.RecallUserBookmark "Doc"&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.RemoveUserBookmark "Doc"&lt;BR /&gt;End Sub&lt;BR /&gt;&lt;BR /&gt;Sub AplicarFiltroPozo&lt;BR /&gt;On Error Resume Next&lt;BR /&gt;ActiveDocument.CreateUserBookMark "Doc"&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.Clear&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.RecallUserBookmark "Pozo"&lt;BR /&gt;ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;ActiveDocument.RemoveUserBookmark "Pozo"&lt;BR /&gt;End Sub</description>
      <pubDate>Tue, 12 Feb 2019 22:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-quot-My-Server-Bookmark-quot-with-a-macro/m-p/1543284#M439600</guid>
      <dc:creator>EternalDX</dc:creator>
      <dc:date>2019-02-12T22:12:55Z</dc:date>
    </item>
  </channel>
</rss>

