<?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 Recall BM through macro code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359710#M133552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating BM through macro code with button action. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button 1 action:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub BM1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActiveDocument.RemoveDocBookmark "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.CreateDocBookmark false, "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This code is working fine at desktop and access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To retrive the created BM i'm using below code in another button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub BM2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.ClearAll false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.RecallDocBookmark "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This code is working fine at desktop but not at access point&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i retrive Created BM at ASP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 08:41:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-20T08:41:46Z</dc:date>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359710#M133552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating BM through macro code with button action. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button 1 action:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub BM1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ActiveDocument.RemoveDocBookmark "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.CreateDocBookmark false, "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This code is working fine at desktop and access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To retrive the created BM i'm using below code in another button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub BM2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.ClearAll false&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ActiveDocument.RecallDocBookmark "BM01"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This code is working fine at desktop but not at access point&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i retrive Created BM at ASP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 08:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359710#M133552</guid>
      <dc:creator />
      <dc:date>2012-03-20T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359711#M133553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried all the ways which i find in API guide. But still my problem is not able to resolve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me why i'm not able to call created BM through macro code at Access Point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 09:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359711#M133553</guid>
      <dc:creator />
      <dc:date>2012-03-20T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359712#M133554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one is there to help me on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or my post is not clear to you. Please tell me wt is the wrong i'm doing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me whether it is possible or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 12:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359712#M133554</guid>
      <dc:creator />
      <dc:date>2012-03-20T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359713#M133555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;On Qv Desktop you have document bookmarks and your code works fine there. &lt;/P&gt;&lt;P&gt;When you move to the client-server environment, you need to work with user bookmarks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, check on the API guide, the following methods: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RemoveUserBookmark &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CreateUserBookmark &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RecallUserBookmark &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 13:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359713#M133555</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-20T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359714#M133556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot to help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that code also. Not only dat the code which have in API guide. But still my problem is not resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub BM1&lt;/P&gt;&lt;P&gt;ActiveDocument.RemoveUserBookmark "MyBookmark"&lt;/P&gt;&lt;P&gt;ActiveDocument.CreateUserBookmark "MyBookmark"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub BM2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ClearAll false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.RecallUserBookmark "MyBookmark"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 13:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359714#M133556</guid>
      <dc:creator />
      <dc:date>2012-03-20T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359715#M133557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it work when, on the server, you try to create a bookmark? &lt;/P&gt;&lt;P&gt;Maybe those bookmarks are not enabled. You can check this setting in this post: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/121703#121703"&gt;http://community.qlik.com/message/121703#121703&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your syntax is similar to the one here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/36350#36350"&gt;http://community.qlik.com/message/36350#36350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please, tell us your results &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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 22:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359715#M133557</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-20T22:02:53Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359716#M133558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I gone through the links. But no help to me as i've same settings. He is saying that it is bug So, there is not solution for my post.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What you will say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 07:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359716#M133558</guid>
      <dc:creator />
      <dc:date>2012-03-21T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Recall BM through macro code</title>
      <link>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359717#M133559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can able to create bookmarks but i'm not able retrive the created bookmarks at server using macro code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 08:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recall-BM-through-macro-code/m-p/359717#M133559</guid>
      <dc:creator />
      <dc:date>2012-03-21T08:05:07Z</dc:date>
    </item>
  </channel>
</rss>

