<?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 Exclude Certain Values in a Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026815#M635790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesperson_JobProfit = {'&amp;gt;5&amp;lt;=1500'}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use any range (static or dynamic in your set analysis to get this done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 16:03:42 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-13T16:03:42Z</dc:date>
    <item>
      <title>How to Exclude Certain Values in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026813#M635788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview scripting. Currently I'm working on a project with some datasets that must be loaded and displayed on screen. My task is to create a chart that excludes certain values. Here's an example of what I'm talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salesperson A has a job whose profit is worth $1500 (Salesperson_JobProfit). I want to include him in the chart.&lt;/P&gt;&lt;P&gt;Salesperson B has a job whose profit is worth $5 (Salesperson_JobProfit). I need to exclude him from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I be able to do that? I need to make sure that the $5 jobs are not entirely excluded from the data set (I still need them to be included as accessible data), but I don't want to include them in my chart. Can I use a conditional value? I was thinking something like:&lt;/P&gt;&lt;P&gt;if(Salesperson_JobProfit &amp;lt;= 5, '',&lt;/P&gt;&lt;P&gt;Salesperson_JobProfit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I need to say :&lt;/P&gt;&lt;P&gt;if the profit is equal to or less than $5, exclude&lt;/P&gt;&lt;P&gt;else, include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 15:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026813#M635788</guid>
      <dc:creator />
      <dc:date>2016-04-13T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Certain Values in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026814#M635789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/19/excluding-values-in-set-analysis" title="https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/19/excluding-values-in-set-analysis"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2015/10/19/excluding-values-in-set-analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026814#M635789</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-13T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Certain Values in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026815#M635790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesperson_JobProfit = {'&amp;gt;5&amp;lt;=1500'}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use any range (static or dynamic in your set analysis to get this done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026815#M635790</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-13T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Certain Values in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026816#M635791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! I was able to figure it out based on that video.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026816#M635791</guid>
      <dc:creator />
      <dc:date>2016-04-13T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude Certain Values in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026817#M635792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-Certain-Values-in-a-Chart/m-p/1026817#M635792</guid>
      <dc:creator />
      <dc:date>2016-04-13T18:36:15Z</dc:date>
    </item>
  </channel>
</rss>

