<?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: Bar Chart with (empty) bars in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801980#M283085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha! I have checked and the result is 0.0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 09:47:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-10T09:47:37Z</dc:date>
    <item>
      <title>Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801974#M283079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a bar chart with 2 expressions and 1 dimension. Furthermore I have also selected "Suppress when value is null" and "supress zero values". However my chart shows a blank bar (so a white space for one empty bar) in case one of my expressions has no values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to suppress these empty bar ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 08:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801974#M283079</guid>
      <dc:creator />
      <dc:date>2014-12-10T08:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801975#M283080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's on the axis in that picture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801975#M283080</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-12-10T09:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801976#M283081</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In Script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If (Len(Trim(FieldName) &amp;gt; 0),1,0) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In Bar Chart&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName1 = {'1'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Neetha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801976#M283081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801977#M283082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check "supress when value is null" option in dimesion and uncheck "show all values" if checked. then empty bar will not come. this will happen when there is no value in dimension against expression items, all the values consolidates and comes in separate bar with '-' sign.&lt;/P&gt;&lt;P&gt;see for the option below in dimesion tab in chart properties&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73089_1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801977#M283082</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2014-12-10T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801978#M283083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! With Neethas solution I have now the empty bar displayed as 0% in case there are no values. However I want to hide this bar in case there are 0%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801978#M283083</guid>
      <dc:creator />
      <dc:date>2014-12-10T09:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801979#M283084</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;it might be&amp;nbsp; 0.20%, change formatting to display decimal as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801979#M283084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T09:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801980#M283085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha! I have checked and the result is 0.0000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801980#M283085</guid>
      <dc:creator />
      <dc:date>2014-12-10T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with (empty) bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801981#M283086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try in script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If (Len(Trim(FieldName) =&amp;gt; 1),1,0) as &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldName1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-empty-bars/m-p/801981#M283086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T09:51:30Z</dc:date>
    </item>
  </channel>
</rss>

