<?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 Dimension value in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251682#M95464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dimension YearMonth in chart. In qlikview If we dont have values for any particular YearMonth it will not display that YearMonth On chart.&lt;/P&gt;&lt;P&gt;I want to display 0 on chart for that particular YearMonth if it does not have any values . How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Oct 2011 05:59:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-16T05:59:15Z</dc:date>
    <item>
      <title>Dimension value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251682#M95464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dimension YearMonth in chart. In qlikview If we dont have values for any particular YearMonth it will not display that YearMonth On chart.&lt;/P&gt;&lt;P&gt;I want to display 0 on chart for that particular YearMonth if it does not have any values . How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 05:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251682#M95464</guid>
      <dc:creator />
      <dc:date>2011-10-16T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251683#M95465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( isnull(Value) = 0 , Sum(Value) , 0 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart properties-&amp;gt;presentation-&amp;gt; supress zero value-&amp;gt;uncheck the checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( len(Value)= 0, 0 , Sum(Value)&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart properties-&amp;gt;presentation-&amp;gt; supress zero value-&amp;gt;uncheck the checkbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 06:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251683#M95465</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-16T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251684#M95466</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 have to show some thing like in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension -&amp;gt; YearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression -&amp;gt; If( isnull(Value) = -1 ,&amp;nbsp; 0 , Sum(Value) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in presentation select expression and Uncheck -&amp;gt; Suppress Zero-Values properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2011 07:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-value-in-chart/m-p/251684#M95466</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-16T07:23:28Z</dc:date>
    </item>
  </channel>
</rss>

