<?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 Chart not showing zero values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239897#M622047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll explain my current situation in 4 points : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I wrote a calendar :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = Num(Makedate(2015,1,1));&lt;/P&gt;&lt;P&gt;LET vMaxDate = Num(Makedate(Year(Now()),Month(Now()),Day(Now())));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ChampDate:&lt;/P&gt;&lt;P&gt;LOAD date($(vMinDate)+IterNo()-1) as MaDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE (1)&lt;/P&gt;&lt;P&gt;WHILE $(vMinDate)+IterNo()-1&amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendrier:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MaDate as Date,&lt;/P&gt;&lt;P&gt;Year(MaDate) as Annee,&lt;/P&gt;&lt;P&gt;'T ' &amp;amp; Num(Ceil(Month(MaDate)/3),'(ROM)0') as Trimestre,&lt;/P&gt;&lt;P&gt;Month(MaDate) as Mois,&lt;/P&gt;&lt;P&gt;dual(applymap('MonthMap', Month(MaDate)), Month(MaDate)) as MoisNom,&lt;/P&gt;&lt;P&gt;MonthEnd(MaDate)as DateFinMois,&lt;/P&gt;&lt;P&gt;Week(MaDate) as Semaine,&lt;/P&gt;&lt;P&gt;Year(MaDate) &amp;amp; ' ' &amp;amp; Num(Week(MaDate), '00') as AnneeSemaine,&lt;/P&gt;&lt;P&gt;Weekday(MaDate) as JourSemaine,&lt;/P&gt;&lt;P&gt;Day(MaDate) as Jour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I have a table with documents :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documents:&lt;/P&gt;&lt;P&gt;Load *, TextBetween("doc_statement", '&amp;lt;METAITEM NAME="UnofficialTitle"&amp;gt;&amp;lt;VALUE&amp;gt;', '&amp;lt;/VALUE&amp;gt;&amp;lt;/METAITEM&amp;gt;') as documenttitle,&lt;/P&gt;&lt;P&gt;TextBetween("doc_statement", '&amp;lt;METAITEM NAME="ToProject"&amp;gt;&amp;lt;VALUE&amp;gt;', '&amp;lt;/VALUE&amp;gt;&amp;lt;/METAITEM&amp;gt;') as projectid,&lt;/P&gt;&lt;P&gt;Year(doc_insertdate) &amp;amp; ' ' &amp;amp; Num(Week(doc_insertdate), '00') as AnneeSemaine;&lt;/P&gt;&lt;P&gt;SQL SELECT "doc_docno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doc_key",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doc_insertdate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year("doc_insertdate") as Annee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month("doc_insertdate") as Mois,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (...)&lt;/P&gt;&lt;P&gt;FROM SI360PRD.dbo."doc_document";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 ) I have a table with projects (one document has a foreign key "projectid" pointing to his project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projets:&lt;/P&gt;&lt;P&gt;SQL SELECT "pr_recno" as projectid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_prc_recno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_prd_recno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_ct_owner" as contactId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_desc",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM SI360PRD.dbo."pr_project";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) &lt;/P&gt;&lt;P&gt;I have a chart, with &lt;/P&gt;&lt;P&gt;Dimension : AnneeSemaine&lt;/P&gt;&lt;P&gt;Expression : =count(doc_key) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my chart to show a line even for the dimensions where expression value is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I went to chart properties &amp;gt; presentation &amp;gt; uncheck 'suppress zero-values' and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-26_12h47_10.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150957_2017-01-26_12h47_10.png" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I select a departement (pr_project.pr_desc) , the chart updates itself, and the zero values are ignored, just as if the 'suppress zero-values' was checked !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-26_12h49_08.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150958_2017-01-26_12h49_08.png" style="height: 177px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Yves &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 11:50:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-26T11:50:46Z</dc:date>
    <item>
      <title>Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239897#M622047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll explain my current situation in 4 points : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I wrote a calendar :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = Num(Makedate(2015,1,1));&lt;/P&gt;&lt;P&gt;LET vMaxDate = Num(Makedate(Year(Now()),Month(Now()),Day(Now())));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ChampDate:&lt;/P&gt;&lt;P&gt;LOAD date($(vMinDate)+IterNo()-1) as MaDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE (1)&lt;/P&gt;&lt;P&gt;WHILE $(vMinDate)+IterNo()-1&amp;lt;= $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendrier:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MaDate as Date,&lt;/P&gt;&lt;P&gt;Year(MaDate) as Annee,&lt;/P&gt;&lt;P&gt;'T ' &amp;amp; Num(Ceil(Month(MaDate)/3),'(ROM)0') as Trimestre,&lt;/P&gt;&lt;P&gt;Month(MaDate) as Mois,&lt;/P&gt;&lt;P&gt;dual(applymap('MonthMap', Month(MaDate)), Month(MaDate)) as MoisNom,&lt;/P&gt;&lt;P&gt;MonthEnd(MaDate)as DateFinMois,&lt;/P&gt;&lt;P&gt;Week(MaDate) as Semaine,&lt;/P&gt;&lt;P&gt;Year(MaDate) &amp;amp; ' ' &amp;amp; Num(Week(MaDate), '00') as AnneeSemaine,&lt;/P&gt;&lt;P&gt;Weekday(MaDate) as JourSemaine,&lt;/P&gt;&lt;P&gt;Day(MaDate) as Jour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I have a table with documents :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documents:&lt;/P&gt;&lt;P&gt;Load *, TextBetween("doc_statement", '&amp;lt;METAITEM NAME="UnofficialTitle"&amp;gt;&amp;lt;VALUE&amp;gt;', '&amp;lt;/VALUE&amp;gt;&amp;lt;/METAITEM&amp;gt;') as documenttitle,&lt;/P&gt;&lt;P&gt;TextBetween("doc_statement", '&amp;lt;METAITEM NAME="ToProject"&amp;gt;&amp;lt;VALUE&amp;gt;', '&amp;lt;/VALUE&amp;gt;&amp;lt;/METAITEM&amp;gt;') as projectid,&lt;/P&gt;&lt;P&gt;Year(doc_insertdate) &amp;amp; ' ' &amp;amp; Num(Week(doc_insertdate), '00') as AnneeSemaine;&lt;/P&gt;&lt;P&gt;SQL SELECT "doc_docno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doc_key",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doc_insertdate",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year("doc_insertdate") as Annee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month("doc_insertdate") as Mois,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (...)&lt;/P&gt;&lt;P&gt;FROM SI360PRD.dbo."doc_document";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 ) I have a table with projects (one document has a foreign key "projectid" pointing to his project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projets:&lt;/P&gt;&lt;P&gt;SQL SELECT "pr_recno" as projectid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_prc_recno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_prd_recno",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_ct_owner" as contactId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pr_desc",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM SI360PRD.dbo."pr_project";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) &lt;/P&gt;&lt;P&gt;I have a chart, with &lt;/P&gt;&lt;P&gt;Dimension : AnneeSemaine&lt;/P&gt;&lt;P&gt;Expression : =count(doc_key) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my chart to show a line even for the dimensions where expression value is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I went to chart properties &amp;gt; presentation &amp;gt; uncheck 'suppress zero-values' and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-26_12h47_10.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150957_2017-01-26_12h47_10.png" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I select a departement (pr_project.pr_desc) , the chart updates itself, and the zero values are ignored, just as if the 'suppress zero-values' was checked !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-01-26_12h49_08.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150958_2017-01-26_12h49_08.png" style="height: 177px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Yves &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239897#M622047</guid>
      <dc:creator />
      <dc:date>2017-01-26T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239898#M622049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to look at this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239898#M622049</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239899#M622051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please activate "Show All Values" in the dimensions tab.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sabine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 13:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239899#M622051</guid>
      <dc:creator />
      <dc:date>2017-01-26T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239900#M622053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&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; font-size: 13px;"&gt;=count(doc_key) &lt;STRONG&gt;* Avg({1} 1)&lt;/STRONG&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; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;Or maybe&lt;/P&gt;&lt;P&gt;=Rangesum( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(doc_key), Sum&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;({1} 0) &lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239900#M622053</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-26T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239901#M622055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activating Show all values is fine, but then my chart becomes unreactive to my year list and my month list, so I am looking for an alternative solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you anyway, regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 14:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239901#M622055</guid>
      <dc:creator />
      <dc:date>2017-01-27T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239902#M622056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifying the Expression is fine, but then my chart becomes unreactive to my year list and my month list, so I am looking for an alternative solution. I would like to see the zero values in my chart AND my chart to be reactive to a year / month selection (as it is now, but now it does not show the zero values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you anyway, regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 14:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239902#M622056</guid>
      <dc:creator />
      <dc:date>2017-01-27T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239903#M622057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the set analysis with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{1&amp;lt;YearField = p(YearField), MonthField=p(MonthField)&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 14:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239903#M622057</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-27T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239904#M622058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Rangesum( count(doc_key), Sum({1&amp;lt;Annee = p(Annee), Mois=p(Mois)&amp;gt;} 0) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now the order of my dimension is messed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sort tab i set : Expression &amp;gt; ascending &amp;gt; YearWeek (wich is a concatenation of the year field and the week field) , since I modified my expression with your solution, my numbers are mixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you still help please ? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239904#M622058</guid>
      <dc:creator />
      <dc:date>2017-01-27T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239905#M622059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, Thank you for your answer. It is complicated to share it as it is containing confidential data.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239905#M622059</guid>
      <dc:creator />
      <dc:date>2017-01-27T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239906#M622060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me complete :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the order of my dimension is messed up... when I select a departement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise it is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239906#M622060</guid>
      <dc:creator />
      <dc:date>2017-01-27T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239907#M622061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your dimension YearWeek? Wouldn't a sort by number or text just work then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not really sure what causes this, but if you need to use a sort expression, try adding the set analysis to the expression as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{1&amp;lt;Annee = p(Annee), Mois=p(Mois)&amp;gt;}&amp;nbsp; YearWeek)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239907#M622061</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-27T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239908#M622062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry again let me complete :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the order of my dimension is messed up... when I select a departement.&lt;/P&gt;&lt;P&gt;and the zero values disapear when I select a departement too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise it is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239908#M622062</guid>
      <dc:creator />
      <dc:date>2017-01-27T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart not showing zero values</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239909#M622063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression : &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;doc_key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Annee&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Annee&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mois&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Mois&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;} 0) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and sort expression : =Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{1&amp;lt;Annee = p(Annee), Mois=p(Mois)&amp;gt;}&amp;nbsp; YearWeek)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(and Presentation : Suppress zero values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the solution for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you a lot, your help is very appreciated, Stefan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Yves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-not-showing-zero-values/m-p/1239909#M622063</guid>
      <dc:creator />
      <dc:date>2017-01-27T15:19:18Z</dc:date>
    </item>
  </channel>
</rss>

