<?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: Selection in bookmarks does not work when new values arrive in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586200#M547366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use an advanced search in order to exclude values and, once you have applied it, save the selection as a bookmark.&lt;/P&gt;&lt;P&gt;Then, load other values to the field and apply the bookmark...new values will be affected by the bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look to the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 09:04:09 GMT</pubDate>
    <dc:creator>Andrea_Ghirardello</dc:creator>
    <dc:date>2014-10-02T09:04:09Z</dc:date>
    <item>
      <title>Selection in bookmarks does not work when new values arrive</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586198#M547364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;User selects "Exclude selection" to filter down a certain list to show all values except few that he/she is not interested in.&lt;/LI&gt;&lt;LI&gt;User creates a bookmark for this selection.&lt;/LI&gt;&lt;LI&gt;New data set is added and the list now has more values.&lt;/LI&gt;&lt;LI&gt;When user selects the same bookmark, the values that are excluded are the ones that we intentionally don't want AND the ones that are new to the list.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have many users in the system so using code for each bookmark is out of question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only needed for "exclude selected".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired outcome:&lt;/P&gt;&lt;P&gt;List shows all values (including new ones) except the ones that the user initially excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help needed:&lt;/P&gt;&lt;P&gt;What can be done so that selections that are in bookmark go through the same steps again rather than just show the selections that were bookmarked. What should/can the user do differently to get the desired outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 16:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586198#M547364</guid>
      <dc:creator />
      <dc:date>2014-02-28T16:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in bookmarks does not work when new values arrive</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586199#M547365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently using bookmark is not a reliable solution here, because the data changes.&lt;/P&gt;&lt;P&gt;Maybe it is better to use a variable that keeps the list of the values to exclude.&amp;nbsp; In this case you can create a button (or text box) with actions "Select In Field" (and use variable here), followed by "Select Excluded".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 17:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586199#M547365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in bookmarks does not work when new values arrive</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586200#M547366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use an advanced search in order to exclude values and, once you have applied it, save the selection as a bookmark.&lt;/P&gt;&lt;P&gt;Then, load other values to the field and apply the bookmark...new values will be affected by the bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look to the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586200#M547366</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2014-10-02T09:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection in bookmarks does not work when new values arrive</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586201#M547367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I agree with Andrea's approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key distinction is the bookmark formed from advanced search evaluates like a series of WHERE clauses, where a standard bookmark is an explicit list of values to match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard bookmark will remain static and not change according to new data, while the one formed from advanced search will re-evaluate every time.&amp;nbsp; Very neat feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 16:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-in-bookmarks-does-not-work-when-new-values-arrive/m-p/586201#M547367</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-09-20T16:11:36Z</dc:date>
    </item>
  </channel>
</rss>

