<?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 how to get Bookmark Name? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217905#M71078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a silly code to get the names of all the document bookmarks. Hope that helps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;function bookMarkNames &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bookmarks = ActiveDocument.GetDocBookmarkNames&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i = 0 to UBound(bookmarks)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bm = bookmarks(i)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(bm)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end function&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 11:25:55 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2011-05-10T11:25:55Z</dc:date>
    <item>
      <title>how to get Bookmark Name?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217902#M71075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I have a problem with getting the name of the current bookmark.&lt;/P&gt;&lt;P&gt;Can anyone tell me how to get the name of the current bookmar, preferably how to write a macros, which can get the name of the current bookmark? Or maybe there is a chance to make some variable in the script, where I can get the name of the bookmark whith help of some kind of expression?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 15:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217902#M71075</guid>
      <dc:creator />
      <dc:date>2010-09-24T15:56:55Z</dc:date>
    </item>
    <item>
      <title>how to get Bookmark Name?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217903#M71076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked hard for this feature and so far the only solution I've come up with is to create a list of values in an inputbox that modifies a variable that has a trigger to activate bookmarks when the value changes. In that way, I can use the variable with the bookmark name any place I want to.&lt;/P&gt;&lt;P&gt;Hopefully, QlikView will have a feature like you describe in some future release.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 16:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217903#M71076</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-24T16:28:10Z</dc:date>
    </item>
    <item>
      <title>how to get Bookmark Name?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217904#M71077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, thanks a lot for help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217904#M71077</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:02:27Z</dc:date>
    </item>
    <item>
      <title>how to get Bookmark Name?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217905#M71078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a silly code to get the names of all the document bookmarks. Hope that helps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;function bookMarkNames &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bookmarks = ActiveDocument.GetDocBookmarkNames&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i = 0 to UBound(bookmarks)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bm = bookmarks(i)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(bm)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end function&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 11:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217905#M71078</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2011-05-10T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to get Bookmark Name?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217906#M71079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be interested about this. How this macro works? I did run It but I see no boomarks anywhere. Where is that field with bookmarks now? Please be specific or provide example file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-Bookmark-Name/m-p/217906#M71079</guid>
      <dc:creator>ladislav</dc:creator>
      <dc:date>2015-06-08T12:08:50Z</dc:date>
    </item>
  </channel>
</rss>

