<?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 Create Bookmark using Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281009#M104548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem . . . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 14:14:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-02T14:14:04Z</dc:date>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281008#M104547</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;In my QVW file i need to create a BookMark with&amp;nbsp; ID="BM01" in macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like below step, but it is creating an error.&lt;/P&gt;&lt;P&gt;ActiveDocument.CreateUserBookmark.BookmarkId ="BM01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone provide solution regarding this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 13:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281008#M104547</guid>
      <dc:creator />
      <dc:date>2011-07-14T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281009#M104548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem . . . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281009#M104548</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281010#M104549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub CreateBookMark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.CreateUserBookmark "BM01"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281010#M104549</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:24:23Z</dc:date>
    </item>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281011#M104550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and for envaluate&amp;nbsp; it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that BM01 select a specific date . . . How can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281011#M104550</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:52:12Z</dc:date>
    </item>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281012#M104551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sub CreateBookMark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("DocumentDate").Select "11/02/2011"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.CreateUserBookmark "BM01"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("DocumentDate").Clear&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: When bookmark is created all selections in the document at that point will be bookmarked. So make sure before you run the bookmark clear the current selections (unlock if needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 15:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281012#M104551</guid>
      <dc:creator />
      <dc:date>2011-11-02T15:09:43Z</dc:date>
    </item>
    <item>
      <title>Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281013#M104552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Kiran, now I'll try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 15:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281013#M104552</guid>
      <dc:creator />
      <dc:date>2011-11-02T15:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281014#M104553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a possibility to include the input field values in this macro-created bookmark?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Yes there is, from API guide the parameters are as follows:&lt;/P&gt;&lt;P&gt;CreatUserBookmark &amp;lt;BookmarkName&amp;gt;, &amp;lt;Layout state included&amp;gt;, &amp;lt;Applied top of current selections&amp;gt;, &amp;lt;Pop-up message&amp;gt;, &amp;lt;Bookmark info&amp;gt;, &amp;lt;Selections excluded&amp;gt;, &amp;lt;Input field values are included&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 15:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281014#M104553</guid>
      <dc:creator />
      <dc:date>2011-11-15T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bookmark using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281015#M104554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry,&lt;/P&gt;&lt;P&gt;Is there a way to do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CreateDocumentBookmark (shared woth other users),&lt;BR /&gt;Label Bookmark using the available/selected "PracticeID" (field),&lt;BR /&gt;I want to apply only the PracticeID selection and clear all the other selections,&lt;/P&gt;&lt;P&gt;And I need to incorporate the input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus:&lt;/P&gt;&lt;P&gt;If a bookmark is already created and labeled with the specific "PracticeID", replace the bookmark with the new values and don't create another one with the same label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus 2: set bookmarks as hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 14:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Bookmark-using-Macro/m-p/281015#M104554</guid>
      <dc:creator>hugo_andrade</dc:creator>
      <dc:date>2012-08-29T14:07:14Z</dc:date>
    </item>
  </channel>
</rss>

