<?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: Supress leading zero/null values in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125519#M521959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selections:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17 20_11_00-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" class="jive-image image-1" src="/legacyfs/online/128356_2016-06-17 20_11_00-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb to August selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17 20_11_16-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" class="jive-image image-2" src="/legacyfs/online/128360_2016-06-17 20_11_16-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice Apr and Jun are shown, but show no bars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 18:13:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-17T18:13:56Z</dc:date>
    <item>
      <title>Supress leading zero/null values in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125516#M521956</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 am trying to create a bar chart with a monthly view. My table has dates, values and categories. I want to suppress leading zero/null values but keep zeros in between the first non zero value and last in bar chart. For example, if a person selects two categories, one that has values for Jan, Feb, and March 2015, and the other that has values from Aug, Sep Oct 2015, I want to show all months from Jan to Oct 2015. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Date table for all dates, but the issue is the table has all dates from Jan 2000. If I do show all values, it shows me all dates, if i do suppress at null, it removes the middle dates.&amp;nbsp; Is there a way to keep the middle dates and remove the dates before the earliest date in the selected categories, and the last date in the selected categories?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125516#M521956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T21:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Supress leading zero/null values in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125517#M521957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can do it using set analysis, using something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Value)+Sum({&amp;lt;Date = {"&amp;gt;=$(=Min(Date))&amp;lt;=$(=Max(Date))"},Category&amp;gt;}0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-15 23_48_45-4918151_Immorendite_09_15_Feldberg  [Kompatibilitätsmodus] - Excel.png" class="jive-image image-1" src="/legacyfs/online/128043_2016-06-15 23_48_45-4918151_Immorendite_09_15_Feldberg  [Kompatibilitätsmodus] - Excel.png" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125517#M521957</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-15T21:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Supress leading zero/null values in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125518#M521958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to recreate my issue as a temp qvw file (attached). The problem is I am putting the Category as a second dimension because i want to show it as separate bars. When its not in the dimension, your way works. Is there a way to add the category in the dimension and still have the same results?&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, 17 Jun 2016 18:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125518#M521958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T18:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Supress leading zero/null values in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125519#M521959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selections:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17 20_11_00-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" class="jive-image image-1" src="/legacyfs/online/128356_2016-06-17 20_11_00-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb to August selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-06-17 20_11_16-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" class="jive-image image-2" src="/legacyfs/online/128360_2016-06-17 20_11_16-QlikView x64 - [C__Users_Stefan_Downloads_temp (2).qvw_].png" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice Apr and Jun are shown, but show no bars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 18:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125519#M521959</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Supress leading zero/null values in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125520#M521960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what i was looking for. Is there a way to hide the null in the legend. when i select Suppress When Value is Null for Category, it hides the dates. And when i select one category, it still shows two other categories in the legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 14:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-leading-zero-null-values-in-bar-chart/m-p/1125520#M521960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-29T14:56:30Z</dc:date>
    </item>
  </channel>
</rss>

