<?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: Getting Bookmark Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295491#M404419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i know reading macros are not allowed on AJAX, am i wrong? Could u post your macro plz. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2017 08:18:49 GMT</pubDate>
    <dc:creator>zippo_btl</dc:creator>
    <dc:date>2017-09-05T08:18:49Z</dc:date>
    <item>
      <title>Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295489#M404417</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 there any way we can get a Server Bookmark name if we know the ID (on AJAX client)?&lt;/P&gt;&lt;P&gt;Do we have any function available which can be used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to build a table with a list of user bookmarks on Server and a count metric for each bookmark.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295489#M404417</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2017-07-26T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295490#M404418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was able to achieve this using Power Tools by reading the .Shared file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 18:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295490#M404418</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2017-08-04T18:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295491#M404419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i know reading macros are not allowed on AJAX, am i wrong? Could u post your macro plz. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295491#M404419</guid>
      <dc:creator>zippo_btl</dc:creator>
      <dc:date>2017-09-05T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295492#M404420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a continuous partial reload to load the Bookmark information extracted from .Shared into the Qlikview app. No macros used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you think there could be a better approach of achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 09:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295492#M404420</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2017-09-05T09:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295493#M404421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i know u can't launch partial reaload in AJAX client, can u plz comment, how did u do that? &lt;/P&gt;&lt;P&gt;In ur case u can use this macro, if u have ur given&amp;nbsp; array of bookmark ID: &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; sub run2&lt;BR /&gt; bookmarks = ActiveDocument.GetDocBookmarkNames&amp;nbsp; &lt;BR /&gt; dim BM&amp;nbsp; &lt;BR /&gt; for i = lbound(bookmarks) to ubound(bookmarks)&amp;nbsp; &lt;BR /&gt;&amp;nbsp; if(i=0) then&amp;nbsp; &lt;BR /&gt;&amp;nbsp; BM="'"&amp;amp;bookmarks(i)&amp;amp;"'" &lt;BR /&gt;&amp;nbsp; else&amp;nbsp; &lt;BR /&gt; BM=BM&amp;amp;",'"&amp;amp;bookmarks(i)&amp;amp;"'" &lt;BR /&gt;&amp;nbsp; end if&amp;nbsp; &lt;BR /&gt; next&amp;nbsp; &lt;BR /&gt; set v = ActiveDocument.GetVariable("vBMName")&amp;nbsp; &lt;BR /&gt; v.SetContent BM,true&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; end sub&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;P.S. My goal is opposite, i need to get bookmark id by bookmark name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 15:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295493#M404421</guid>
      <dc:creator>zippo_btl</dc:creator>
      <dc:date>2017-09-05T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Bookmark Name</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295494#M404422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the recurring partial reload from a batch script behind the scenes. So, no role for AJAX client.&lt;/P&gt;&lt;P&gt;The command line allows you to do partial reload as well using "-Rp".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 16:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Bookmark-Name/m-p/1295494#M404422</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2017-09-05T16:19:34Z</dc:date>
    </item>
  </channel>
</rss>

