<?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: Document and User Bookmarks in  a listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031849#M935000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for the quick response, I tried couple of ways in having the document bookmarks in a list box, but I am not successful. Can you please let me know how to have document bookmarks in a list box without using a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2016 17:31:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-25T17:31:39Z</dc:date>
    <item>
      <title>Document and User Bookmarks in  a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031847#M934998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; experts,&lt;/P&gt;&lt;P&gt;I am looking for some help in creating a list box with both user and document bookmarks. When I did some research I found a way to create a list box with document bookmarks but is there a way to have a&amp;nbsp; list box with user bookmarks as well. I am looking for a way avoiding macros. Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 16:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031847#M934998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Document and User Bookmarks in  a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031848#M934999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik that's not possible. User bookmarks are not stored in the document itself, but in the .shared file associated with the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 16:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031848#M934999</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-25T16:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Document and User Bookmarks in  a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031849#M935000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;Thanks for the quick response, I tried couple of ways in having the document bookmarks in a list box, but I am not successful. Can you please let me know how to have document bookmarks in a list box without using a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Heera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031849#M935000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Document and User Bookmarks in  a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031850#M935001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to create a table with the bookmarks then you first need to export them to a file using the Export option in the Bookmarks menu. Then you have to load the data from that file into a table with something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bookmarks:&lt;/P&gt;&lt;P&gt;LOAD Replace(Id,'Document\','') as Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (XmlSimple, Table is [QVBookmarks/Bookmark]);&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then have a table with the names and id's of the bookmarks. You then need to add an Apply Bookmark action to the OnSelect trigger of the Name and/or Id field (depends what you intend to use in the listbox). You can use =Only(Id) as value for the Bookmark ID of the action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031850#M935001</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-25T17:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Document and User Bookmarks in  a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031851#M935002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;Thank you....&lt;/P&gt;&lt;P&gt;It worked.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 17:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-and-User-Bookmarks-in-a-listbox/m-p/1031851#M935002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-25T17:52:52Z</dc:date>
    </item>
  </channel>
</rss>

