<?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 Basic Question on Bookmark in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309087#M114112</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;There is a Module editor in QlikView in addition to the Script editor that you already know. Go to Control + M to use the QlikView API and VBScript or JScript code according to the APIGuide.qvw file syntax. This file is located in the Documentation folder if you do the complete instalation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 15:47:50 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-10-04T15:47:50Z</dc:date>
    <item>
      <title>Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309084#M114109</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 have a very basic requirement of dislaying bookmark name in a text box (if there is an active book mark selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any out of box variable/function can be used to display this? or is there any way to achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 18:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309084#M114109</guid>
      <dc:creator />
      <dc:date>2011-10-03T18:41:31Z</dc:date>
    </item>
    <item>
      <title>Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309085#M114110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this is a macro to pick tha name (copied from ApiGuide.qvw):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set bm = ActiveDocument.GetBookmark("BM01")&lt;/P&gt;&lt;P&gt;if bm.Default = true then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox(bm.Bookmark.Name)&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox("Bookmark does not exist")&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But You have to get a target bookmark...&lt;/P&gt;&lt;P&gt;Try to search in ApiGuide.qvw if there is a way to discover the bookmark selected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 12:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309085#M114110</guid>
      <dc:creator />
      <dc:date>2011-10-04T12:31:55Z</dc:date>
    </item>
    <item>
      <title>Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309086#M114111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefano,&lt;/P&gt;&lt;P&gt; Thanks for the direction.&lt;/P&gt;&lt;P&gt; I never used any API with QV(just getting hands around QV).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BTW where do I try this code. As textbox properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309086#M114111</guid>
      <dc:creator />
      <dc:date>2011-10-04T15:43:56Z</dc:date>
    </item>
    <item>
      <title>Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309087#M114112</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;There is a Module editor in QlikView in addition to the Script editor that you already know. Go to Control + M to use the QlikView API and VBScript or JScript code according to the APIGuide.qvw file syntax. This file is located in the Documentation folder if you do the complete instalation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309087#M114112</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309088#M114113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pardon my unawareness! What are some practical application of&amp;nbsp; APIs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can APIs be used in the following scenario? When a book mark is selected,navigate to a specific sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I am still waiting for the approval of QV training from my employer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309088#M114113</guid>
      <dc:creator />
      <dc:date>2011-10-04T16:10:02Z</dc:date>
    </item>
    <item>
      <title>Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309089#M114114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem, this is what the QlikCommunity is for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to your particular question, there is no need for a macro. When you create a bookmark, make sure you click "Include Layout State" and you will get to the same point of selections, scroll in charts and same sheet where you created it. So first of all, go to the sheet you want to be moved, and there create the bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309089#M114114</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309090#M114115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Miguel! That helps a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW what are the typical uses of these APIs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 18:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309090#M114115</guid>
      <dc:creator />
      <dc:date>2011-10-04T18:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309091#M114116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fully documented process for displaying the active bookmark from a set of bookmark at my blog. This is how it displays (its a list box). This process does not require macro code, only a little setup and a couple of actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7690" alt="visual BM.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/7690_visual+BM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the &lt;A href="http://yahqblog.blogspot.com/2011_01_01_archive.html"&gt;blog article here.&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be happy to answer any questions you may have if you get stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 20:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309091#M114116</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-04T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309092#M114117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan! Very interesting!&lt;/P&gt;&lt;P&gt;My plan was creating few bookmarks on a sheet, then excutive can select the bookmark and it will update a text box with the bookmark name. So it will serve as a report title&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 20:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309092#M114117</guid>
      <dc:creator />
      <dc:date>2011-10-04T20:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309093#M114118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Aji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use my approach, then the report title could be dynamic, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(BMName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(assuming only one bookmark name selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 10:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309093#M114118</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-05T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309094#M114119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Jonathan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome suggestion!&lt;/P&gt;&lt;P&gt;BTW I did add another field BMLongDesc to the inline load and used that as title. I needed a long detailed title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BMName, BMId, BMLongDesc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DVD, BM01, Customers who bought DVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BOOK, BM02, Customers who bought Book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then added textfield expression as =BMLongDesc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will publish the qvw soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 17:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309094#M114119</guid>
      <dc:creator />
      <dc:date>2011-10-05T17:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309095#M114120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have uploaded a QVW waiting for moderator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 19:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/309095#M114120</guid>
      <dc:creator />
      <dc:date>2011-10-05T19:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Question on Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/1702360#M451296</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp;It's a blast from the past for you but for me this is just what i needed!&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 11:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-Question-on-Bookmark/m-p/1702360#M451296</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2020-05-15T11:11:42Z</dc:date>
    </item>
  </channel>
</rss>

