<?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: Suppress null values in charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649636#M670301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!  It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 12:24:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-19T12:24:42Z</dc:date>
    <item>
      <title>Suppress null values in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649634#M670299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm struggling with null values and hope someone can help.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used :&lt;/P&gt;&lt;P&gt;SET NullInterpret= ''; &lt;/P&gt;&lt;P&gt;SET NullInterpret = ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have used the following on each variable:&lt;/P&gt;&lt;P&gt;If(Len(Trim(field))&amp;gt;0,field) ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set all my charts to 'Suppress When Value Is Null'.&lt;/P&gt;&lt;P&gt;I am still getting null values in my charts.&amp;nbsp; I do not get a null field or additional colour in the legend but in the chart itself there is a 3rd gender or additional null variable count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the file in SPSS and saved as a csv file.&amp;nbsp; I have imported the csv file into qlikview.&amp;nbsp; I have never had this happen before using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can somebody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649634#M670299</guid>
      <dc:creator />
      <dc:date>2014-09-19T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress null values in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649635#M670300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do below while loading the table in your script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &lt;/P&gt;&lt;P&gt;From TableName&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Len(Trim(field))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649635#M670300</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress null values in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649636#M670301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!  It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649636#M670301</guid>
      <dc:creator />
      <dc:date>2014-09-19T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress null values in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649637#M670302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, there is a problem, that does work but that removes the rows with missing values from the data.  I want them to remain in the data set but not show in the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649637#M670302</guid>
      <dc:creator />
      <dc:date>2014-09-19T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress null values in charts</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649638#M670303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsNull(Field) or Len(Trim(Field))=0, Null(), Field) as Field&lt;/P&gt;&lt;P&gt;From TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the Suppress When Value is Null in your Table/Chart for Field Dimension and let me know whether your problem solved or not..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 12:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-null-values-in-charts/m-p/649638#M670303</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T12:43:55Z</dc:date>
    </item>
  </channel>
</rss>

