<?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: Exclude values from a Bookmark set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406778#M151321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figured it out::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM-={"&amp;lt;=$(Set1_MinCPM)"&amp;gt;}CPM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 20:31:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-12T20:31:39Z</dc:date>
    <item>
      <title>Exclude values from a Bookmark set</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406776#M151319</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 want to exclude values from a bookmarked set for analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a simple version of my bookmarked set (Set1):&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;item&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPM&lt;/P&gt;&lt;P&gt;tee-shirt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $2.40&lt;/P&gt;&lt;P&gt;tee-shirt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $2.45&lt;/P&gt;&lt;P&gt;pencil&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $0.30&lt;/P&gt;&lt;P&gt;umbrella&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $10.30&lt;/P&gt;&lt;P&gt;-------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an input box that will allow a user to enter a minimum value for analysys.&amp;nbsp; I've assigned the variable "Set1_MinCPM" to that user entered value.&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Let's say for this example that user entered value is: $2.40&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;Set1_MinCPM = $2.40&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to count the number of instances where the cost is &amp;gt;= to $2.40... I'm having problems figuring it out.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've struggled through so far: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM={Set1_MinCPM&amp;gt;}CPM)&lt;/P&gt;&lt;P&gt;(count the number of times that the CPM = $2.40) This gives me 0, but it should give me 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM={&amp;gt;Set1_MinCPM&amp;gt;}CPM)&lt;/P&gt;&lt;P&gt;(this is just an bad expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 21:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406776#M151319</guid>
      <dc:creator />
      <dc:date>2012-10-11T21:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values from a Bookmark set</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406777#M151320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is working: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM-={"&amp;gt;=3.50"}&amp;gt;}CPM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I substitute a variable for 3.50 I it does not work.&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM-={"&amp;gt;=Set1_MinCPM"}&amp;gt;}CPM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 20:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406777#M151320</guid>
      <dc:creator />
      <dc:date>2012-10-12T20:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values from a Bookmark set</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406778#M151321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;figured it out::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({Set1&amp;lt;CPM-={"&amp;lt;=$(Set1_MinCPM)"&amp;gt;}CPM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 20:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-from-a-Bookmark-set/m-p/406778#M151321</guid>
      <dc:creator />
      <dc:date>2012-10-12T20:31:39Z</dc:date>
    </item>
  </channel>
</rss>

