<?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: Macro for Saving Active selections in Bookmark object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404164#M150361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Hi Pavan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;See if this below code helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;SUB GetSelectedValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RemoveUserBookmark "savecurrentselection" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.CreateUserBookmark "savecurrentselection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.ClearAll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;SUB RecallSelectedValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RecallUserBookmark "savecurrentselection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RemoveUserBookmark "savecurrentselection" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Sarathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 10:53:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-07T10:53:25Z</dc:date>
    <item>
      <title>Macro for Saving Active selections in Bookmark object</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404161#M150358</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;I have to create a macro which creates bookmark object saving the selections made in the QlikView document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 14:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404161#M150358</guid>
      <dc:creator>pavanthota</dc:creator>
      <dc:date>2013-03-04T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for Saving Active selections in Bookmark object</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404162#M150359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub AddBookMark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.CreateDocBookmark false, "MyBookmark"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 15:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404162#M150359</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-04T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for Saving Active selections in Bookmark object</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404163#M150360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not only creation of book mark whatever the selections exist in QlikView document, those selection i want to save it in Bookmark through macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 07:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404163#M150360</guid>
      <dc:creator>pavanthota</dc:creator>
      <dc:date>2013-03-05T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for Saving Active selections in Bookmark object</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404164#M150361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Hi Pavan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;See if this below code helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;SUB GetSelectedValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RemoveUserBookmark "savecurrentselection" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.CreateUserBookmark "savecurrentselection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.ClearAll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;SUB RecallSelectedValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RecallUserBookmark "savecurrentselection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ActiveDocument.RemoveUserBookmark "savecurrentselection" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;Sarathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 10:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-Saving-Active-selections-in-Bookmark-object/m-p/404164#M150361</guid>
      <dc:creator />
      <dc:date>2013-03-07T10:53:25Z</dc:date>
    </item>
  </channel>
</rss>

