<?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: Remove the blank values from a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191252#M879152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it almost worked. The problem is that for blank values QV uses '-', so when I did that all worked except for the blank ones.&lt;/P&gt;&lt;P&gt;I have tried something like this, but for the empty/blank fields QV still putting a '-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = ' ', 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = NULL, 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = 'NULL', 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;none of the above worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 21:06:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-11T21:06:39Z</dc:date>
    <item>
      <title>Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191243#M879143</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;I have a chart that will display the products (Dimension) by the count of the IDs (Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting the products with blank values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create a dashboard that will exclude the null blank values, I have tried the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Dimension: ='=Product&amp;lt;&amp;gt;'' ''' - Tried with single and double quotes.&lt;/P&gt;&lt;P&gt;- Expression: =Count({&amp;lt; Product = {"&amp;lt;&amp;gt; "" "}&amp;gt;} AutoID) - Tried with single and double quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both syntaxes are correct, but the dashboard doesn't display any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191243#M879143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191244#M879144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a different question then this one? &lt;A href="https://community.qlik.com/thread/235973"&gt;How can filter by Null/Blank/Empty fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Product&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(AutoID = {"=Len(Trim(Product)) &amp;gt; 0"} AutoID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191244#M879144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T18:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191245#M879145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you should be ale to Suppress Nulls in the Dimension setting, hard to tell without an example though.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140321_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191245#M879145</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2016-10-11T18:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191246#M879146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one worked:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Len(Trim(Product)) &amp;gt; 0"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AutoID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191246#M879146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T18:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191247#M879147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one I proposed did not work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191247#M879147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191248#M879148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You both were right. But now, how can I perform a dashboard for those ones that were excluded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191248#M879148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T18:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191249#M879149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my experience Qlik does not like Nulls.&amp;nbsp; Best practice in my opinion is to "create" a value for the Nulls in your load script, likely via a nested If statement, depending on how many values are in your Dimension and if there is a finite list of values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191249#M879149</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2016-10-11T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191250#M879150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it worked but I must modify it as you posted this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(AutoID = {"=Len(Trim(Product)) &amp;gt; 0"} AutoID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The one that worked was this: &lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Len(Trim(Product)) &amp;gt; 0"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AutoID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now, I need to create a dashboard with the records excluded, is it possible?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 18:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191250#M879150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T18:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191251#M879151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;xDimension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'A','A',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;xDimension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'B','B',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;xDimension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C','C',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;xDimension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'D','D',&lt;BR /&gt; 'Null')))),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;You'll get this, and a value to build your exception object(s) from&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG __jive_id="140335" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140335_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 19:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191251#M879151</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2016-10-11T19:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191252#M879152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it almost worked. The problem is that for blank values QV uses '-', so when I did that all worked except for the blank ones.&lt;/P&gt;&lt;P&gt;I have tried something like this, but for the empty/blank fields QV still putting a '-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = ' ', 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = NULL, 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-MX" style="color: black; font-family: 'Segoe UI',sans-serif; font-size: 10pt;"&gt;If(fieldname = 'NULL', 'Test value', fieldname) As Testfield&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;none of the above worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191252#M879152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-11T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191253#M879153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"-" is the default null in Qlik for an Expression.&amp;nbsp; That can be changed per below.&amp;nbsp; The scripting above was to "display" a null Dimension.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140338_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191253#M879153</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2016-10-11T21:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191254#M879154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the update Jim, I think that now I can change the character there and then set another value to exclude records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191254#M879154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-12T13:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the blank values from a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191255#M879155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome! &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, 12 Oct 2016 14:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-blank-values-from-a-chart/m-p/1191255#M879155</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2016-10-12T14:01:31Z</dc:date>
    </item>
  </channel>
</rss>

