<?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 null values from chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396093#M423804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are welcome ! good luck &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 10:11:07 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2017-12-20T10:11:07Z</dc:date>
    <item>
      <title>Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396088#M423799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to write an expression that will exclude a certain value from being included in my data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;EXAMPLE&lt;/STRONG&gt; column contains a range of data of which I wish to include apart from the value of &lt;STRONG&gt;AABB.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this be done through a conditional expression in the chart in which the data is displayed? Or is this done in the load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what would be the most suitable statement to achieve this? It seems to be a WHERE statement but not 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396088#M423799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396089#M423800</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;the solution depends on what you really need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need exclude this value from one chart or you don't need it at all in your model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you don't need it at all, do it on the script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM TABLE...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;not match(&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;EXAMPLE,'AABB');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;if you just need to remove on a chart:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;example&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; : AGGR_FUNCTION(&amp;nbsp; {&amp;lt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;EXAMPLE -={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;AABB'&lt;/STRONG&gt;&lt;/SPAN&gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} MEASURE)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396089#M423800</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-29T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396090#M423801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! I am trying to remove the data only from the chart, apologies I should have made this clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the aggregative function is the option i will use, can you tell me whether this is a conditional expression within the chart expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396090#M423801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396091#M423802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the expression i gave you, the condition is already inside:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;AGGR_FUNCTION(&amp;nbsp; {&amp;lt;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;EXAMPLE -={'&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;AABB'&lt;/STRONG&gt;&lt;/SPAN&gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} MEASURE)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so just put it on the expression part of the chart&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;is it clear ?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396091#M423802</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-29T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396092#M423803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is brilliant thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I was able to do this by a set analysis expression in the chart which seems to provide a more rigid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 16:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396092#M423803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude null values from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396093#M423804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are welcome ! good luck &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-null-values-from-chart/m-p/1396093#M423804</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-20T10:11:07Z</dc:date>
    </item>
  </channel>
</rss>

