<?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 Bookmark ID - always incremented for server Bookmarks ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246349#M93890</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;Did you find any solution to how you can define the server bookmark's ID in your macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;-Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 11:02:48 GMT</pubDate>
    <dc:creator>celindho</dc:creator>
    <dc:date>2012-06-08T11:02:48Z</dc:date>
    <item>
      <title>Bookmark ID - always incremented for server Bookmarks ?</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246348#M93889</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;&lt;/P&gt;&lt;P&gt;Is it possible to set Server Bookmark ID's to always have the same value - or does that only work on Document Bookmarks ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following macro code to remove and re-create a Bookmark with a set Name and ID - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Sub exportBM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Create Bookmark Name from variable&lt;BR /&gt;Set User=ActiveDocument.Variables("vBookMarkName")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Create Bookmark Nbr from variable&lt;BR /&gt;Set Nbr=ActiveDocument.Variables("vBookMarkNbr")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username = User.GetContent.String&lt;BR /&gt;UserNbr = Nbr.GetContent.String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Get rid of any previous Bookmark of the same name&lt;BR /&gt;ActiveDocument.RemoveDocBookmark Username&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Save latest Bookmark with input field values&lt;BR /&gt;ActiveDocument.CreateDocBookmark true, Username, UserNbr, 0, , , , , , true&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working offline, a document Bookmark will be created Ok with Name and ID that match the variables e.g. "Bob's Bookmark" "ABC1", same result every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working on the server, a server Bookmark is created Ok but only the Name stays the same - the ID increments on every run of the macro - e.g. BM01..BM02...BM03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a bit of testing, I notice I'm up to BM103.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this how it should work or have I missed some config setting somewhere ?&amp;nbsp; Is there a limit to the ID number ?,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 14:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246348#M93889</guid>
      <dc:creator>hdonald</dc:creator>
      <dc:date>2011-10-13T14:43:46Z</dc:date>
    </item>
    <item>
      <title>Bookmark ID - always incremented for server Bookmarks ?</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246349#M93890</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;Did you find any solution to how you can define the server bookmark's ID in your macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;-Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246349#M93890</guid>
      <dc:creator>celindho</dc:creator>
      <dc:date>2012-06-08T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark ID - always incremented for server Bookmarks ?</title>
      <link>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246350#M93891</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;No.&amp;nbsp; Since there seems to be no limit to the number of bookmarks it wasn't a problem in this case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 16:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bookmark-ID-always-incremented-for-server-Bookmarks/m-p/246350#M93891</guid>
      <dc:creator>hdonald</dc:creator>
      <dc:date>2012-06-22T16:47:25Z</dc:date>
    </item>
  </channel>
</rss>

