<?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: show 0 in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450048#M167948</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;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(sum(fieldname) or fieldname=' ',0,sum(fieldname))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where field name is your value or amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Mar 2013 12:20:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-18T12:20:47Z</dc:date>
    <item>
      <title>show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450046#M167946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a line chart für the profit and the linechart has the day of a month and the years as dimensions. day is on the x-axis and year on the y-axis. so far so good. I always display the last 4 years. and for example: 2010 the 7th of march was a sunday and I didn't have any profit!! but my chart I not displaying it as 0. It basically makes a straight line to the next day with profit.&lt;/P&gt;&lt;P&gt;does anyone know how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 11:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450046#M167946</guid>
      <dc:creator />
      <dc:date>2013-03-18T11:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450047#M167947</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;Hope this helpful for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 11:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450047#M167947</guid>
      <dc:creator />
      <dc:date>2013-03-18T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450048#M167948</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;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(sum(fieldname) or fieldname=' ',0,sum(fieldname))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where field name is your value or amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 12:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450048#M167948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-18T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450049#M167949</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;You can write like this in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(isnull(expression),'0',Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then tick mark show value on data points in expression tab for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Udit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 12:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450049#M167949</guid>
      <dc:creator>udit_kumar_sana</dc:creator>
      <dc:date>2013-03-18T12:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450050#M167950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all your answers but none of your suggestions works. does anyone of you have another idea??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 10:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450050#M167950</guid>
      <dc:creator />
      <dc:date>2013-03-19T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450051#M167951</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;Try going to properties in your line chart and in presentation tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; uncheck 'Suppress zero-values' and check 'Zero on bars'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 10:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-0-in-line-chart/m-p/450051#M167951</guid>
      <dc:creator />
      <dc:date>2013-03-19T10:42:56Z</dc:date>
    </item>
  </channel>
</rss>

