<?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 remove Null Bar from Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2927#M793624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as a dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if([Partner Dimension] = '[Null]', null(), [Partner Dimension])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and then uncheck the box &lt;STRONG&gt;"Show null values"&lt;/STRONG&gt; on the dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 17:10:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-18T17:10:21Z</dc:date>
    <item>
      <title>How to remove Null Bar from Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2926#M793623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me on this.&lt;/P&gt;&lt;P&gt;In the below bar chart I need to remove the &lt;STRONG style="color: #ff0000;"&gt;[Null] &lt;/STRONG&gt; bar from the&lt;SPAN style="color: #ff0000;"&gt; &lt;STRONG&gt;Partner&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt;Dimension&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I have to remove only from this chart in UI not from the complete app in the backend.&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Null Bar.png" class="jive-image image-1" src="/legacyfs/online/190482_Null Bar.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&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/How-to-remove-Null-Bar-from-Bar-chart/m-p/2926#M793623</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Null Bar from Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2927#M793624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as a dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if([Partner Dimension] = '[Null]', null(), [Partner Dimension])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and then uncheck the box &lt;STRONG&gt;"Show null values"&lt;/STRONG&gt; on the dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2927#M793624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T17:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Null Bar from Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2928#M793625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try below methods,&lt;/P&gt;&lt;P&gt;Method 1) Try to suppress null value from your dimension field&amp;nbsp; "Partner"&lt;/P&gt;&lt;P&gt;Method 2) try to exclude null using set analysis expression&lt;/P&gt;&lt;P&gt;let say you have measure as Sales then&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Sales={"&amp;gt;0"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum( {$&amp;lt;Partner={"=Len(trim(Partner))&amp;gt;0"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Deva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Null-Bar-from-Bar-chart/m-p/2928#M793625</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-18T17:20:35Z</dc:date>
    </item>
  </channel>
</rss>

