<?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 display zero or null in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119324#M520514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking to create a bar chart similar to a mini chart in that I'm limited in space for adding descriptions or values. The chart shows volume by day of the week. When choosing a sub-set of days (for example only weekends) the chart shows the two bars for Saturday and Sunday. I would like the chart to keep a placeholder for Monday through Friday and show the Saturday &amp;amp; Sunday values. Is this possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 17:07:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-21T17:07:30Z</dc:date>
    <item>
      <title>display zero or null in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119324#M520514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking to create a bar chart similar to a mini chart in that I'm limited in space for adding descriptions or values. The chart shows volume by day of the week. When choosing a sub-set of days (for example only weekends) the chart shows the two bars for Saturday and Sunday. I would like the chart to keep a placeholder for Monday through Friday and show the Saturday &amp;amp; Sunday values. Is this possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119324#M520514</guid>
      <dc:creator />
      <dc:date>2016-07-21T17:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: display zero or null in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119325#M520515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119325#M520515</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-07-21T17:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: display zero or null in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119326#M520516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add weekday() to your load script so each date has a weekday. You might already be doing this.&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; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weekday(Date) as Weekday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Volume,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have a "day" associated with each Volume you want,&lt;/P&gt;&lt;P&gt;Create a chart where the dimension is calculated:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=ValueList('Mon','Tue','Wed','Thu','Fri','Sat','Sun')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And the measure compares your Weekday to these values&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum(if(ValueList('Mon','Tue','Wed','Thu','Fri','Sat','Sun') = Weekday, Volume,0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By separating the dimension (which essentially creates each "bar") and the expression (which gives the bar it's height), the chart will always show the dimensions because your selections won't affect them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119326#M520516</guid>
      <dc:creator>deec</dc:creator>
      <dc:date>2016-07-21T18:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: display zero or null in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119327#M520517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119327#M520517</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-21T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: display zero or null in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119328#M520518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had an identical problem, this website gave me a good solution: &lt;A href="http://www.wipfli.com/BlogPost_QT_BI_Blog_020811.aspx" title="http://www.wipfli.com/BlogPost_QT_BI_Blog_020811.aspx"&gt;Show Me the Zeros&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to create an "=Only({$&amp;lt;Other Dimensions&amp;gt;}Dimension)" expression in your chart that doesn't have anything checked under the "Display Options". This will put values on the expression which forces Qlikview to show the dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 12:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-zero-or-null-in-a-chart/m-p/1119328#M520518</guid>
      <dc:creator />
      <dc:date>2016-11-03T12:35:01Z</dc:date>
    </item>
  </channel>
</rss>

