<?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: get current User selection of Bookmark in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715185#M257299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this post looking for some way to get the selected book marks. Reason - I have a report that requires a particular bookmark to be selected, if it isn't then the report is wrong. Instead of worrying about the bookmark I check for the data that the book mark should have found.&amp;nbsp; Add a calculation condition to the report&amp;nbsp; eg&lt;/P&gt;&lt;P&gt;sum(if(Status = 'B',[Line Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Status = 'U',[Line Value],0)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these status are not selected then the value is zero and the condition is not met. Then in error messages for "Calculation condition unfulfilled" the custom message is "Please select&amp;nbsp; Status "B" and/or "U" or use the Status bookmark". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 07:18:11 GMT</pubDate>
    <dc:creator>sangland2</dc:creator>
    <dc:date>2015-02-11T07:18:11Z</dc:date>
    <item>
      <title>get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715179#M257293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a problem with getting the name of the current bookmark.&lt;/P&gt;&lt;P&gt;is it possible to get the name of the Bookmark wich is selected by User?? Something link getcurrentselection.&lt;/P&gt;&lt;P&gt;either by macro or QlikView area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715179#M257293</guid>
      <dc:creator />
      <dc:date>2014-08-20T14:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715180#M257294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe there is, but what is the purpose of getting the name of the bookmark?&lt;/P&gt;&lt;P&gt;A bookmark is nothing more than a saved collection of current selections and/or layout state; which you can then use the getfieldselections (or similar) to retrieve the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're wanting to deconstruct a bookmark file, then perhaps look at "exporting" the bookmark first; but from memory you may have to do some hex conversion to get the field values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 04:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715180#M257294</guid>
      <dc:creator>shawn-qv</dc:creator>
      <dc:date>2014-08-21T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715181#M257295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Try to write some macro in VB script which will provide the name of the current bookmark()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 04:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715181#M257295</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-21T04:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715182#M257296</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;have a look at attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715182#M257296</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-21T06:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715183#M257297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the User seleceted a bookmark, he starts an export via button. The export is an marco which exports some tables and graphs as png. The graphics get saved in a folder.&amp;nbsp; In the path of the folder is now the Name of the User like this,&lt;/P&gt;&lt;P&gt;path= 30_QlikView\&lt;STRONG&gt;Username&lt;/STRONG&gt;\graphics" instead of Username should stay the name of the selected bookmark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 11:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715183#M257297</guid>
      <dc:creator />
      <dc:date>2014-08-21T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715184#M257298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;but still there isn't a conection between the selected bookmark and your table, is there?&lt;/P&gt;&lt;P&gt;have a look at my post above, maybe that helps to understand what is my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 11:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715184#M257298</guid>
      <dc:creator />
      <dc:date>2014-08-21T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: get current User selection of Bookmark</title>
      <link>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715185#M257299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this post looking for some way to get the selected book marks. Reason - I have a report that requires a particular bookmark to be selected, if it isn't then the report is wrong. Instead of worrying about the bookmark I check for the data that the book mark should have found.&amp;nbsp; Add a calculation condition to the report&amp;nbsp; eg&lt;/P&gt;&lt;P&gt;sum(if(Status = 'B',[Line Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Status = 'U',[Line Value],0)&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these status are not selected then the value is zero and the condition is not met. Then in error messages for "Calculation condition unfulfilled" the custom message is "Please select&amp;nbsp; Status "B" and/or "U" or use the Status bookmark". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 07:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-current-User-selection-of-Bookmark/m-p/715185#M257299</guid>
      <dc:creator>sangland2</dc:creator>
      <dc:date>2015-02-11T07:18:11Z</dc:date>
    </item>
  </channel>
</rss>

