<?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: How to put a bookmark name into a variable? in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792550#M2297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create an input box with a variable named 'vBookmark', then on the Constraints tab tick 'Include in Bookmarks', then when you create a bookmark if you enter the name of the Bookmark into that input box, you should be able to use =vBookmark within your title and this will always bring up the "name" of the bookmark - not a glamorous or efficient way of doing it but it would give you what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise I think the only other way I've seen is a macro to export them all and read them all back in as a list, or creating dynamic bookmarks in your load script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 15:15:57 GMT</pubDate>
    <dc:creator>morganaaron</dc:creator>
    <dc:date>2015-03-10T15:15:57Z</dc:date>
    <item>
      <title>How to put a bookmark name into a variable?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792547#M2294</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 currently have a QlikView file that has a large number of bookmarks in it. The way the document is now, the bookmark name gets passed into a variable called Bookmark and is displayed in the title of the graph on the sheet. However, when I create a new bookmark the name of that bookmark is not passed into this variable. The document is rather old and we forgot how we originally made this happen. A co-worker and I tried exporting a working bookmark and then renaming it but it didn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kimmie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792547#M2294</guid>
      <dc:creator />
      <dc:date>2015-02-25T20:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to put a bookmark name into a variable?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792548#M2295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add trigger to variable to play with bookmarks as below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79279_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answered or was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 07:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792548#M2295</guid>
      <dc:creator />
      <dc:date>2015-02-26T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to put a bookmark name into a variable?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792549#M2296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Angad,&lt;/P&gt;&lt;P&gt;Thank you for the reply. However, I don't think that it will help with my issue. Currently we are able to store the selections that are made into a bookmark. The problem is that the bookmark name needs to be stored in a variable when a new bookmark is made. Currently we have a variable that is doing this for the existing bookmarks. When we add a new bookmark to the document, the name doesn't get stored in the variable and we are not sure why. Do you have any insight on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Kimmie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 14:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792549#M2296</guid>
      <dc:creator />
      <dc:date>2015-03-09T14:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to put a bookmark name into a variable?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792550#M2297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create an input box with a variable named 'vBookmark', then on the Constraints tab tick 'Include in Bookmarks', then when you create a bookmark if you enter the name of the Bookmark into that input box, you should be able to use =vBookmark within your title and this will always bring up the "name" of the bookmark - not a glamorous or efficient way of doing it but it would give you what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise I think the only other way I've seen is a macro to export them all and read them all back in as a list, or creating dynamic bookmarks in your load script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 15:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-put-a-bookmark-name-into-a-variable/m-p/792550#M2297</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-03-10T15:15:57Z</dc:date>
    </item>
  </channel>
</rss>

