<?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: How to remove zero values from YoY line chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74919#M4964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this property is making it 0 - &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195750_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2018 18:37:39 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2018-03-08T18:37:39Z</dc:date>
    <item>
      <title>How to remove zero values from YoY line chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74917#M4962</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 have a line chart with YoY comparisons like this. Dimensions is month name. Measures are current fiscal year performance and last fiscal year performance.&lt;/P&gt;&lt;P&gt;Current Year: &lt;/P&gt;&lt;P&gt;if(GetSelectedCount(MonthYear)=1, sum({$&amp;lt;MonthYear=,FiscalYear=,FiscalYear={"$(=Max(FiscalYear))"},Date={"=$(=max(Date))"}&amp;gt;}Orders))&lt;/P&gt;&lt;P&gt;Last Year:&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(MonthYear)=1, sum({$&amp;lt;MonthYear=,FiscalYear=,FiscalYear={"$(=Max(FiscalYear)-2)"}&amp;gt;}Orders))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195688_Capture.PNG" style="height: 122px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the red line stops at Feb instead of showing the performance drops to zero since I don't have any data after Feb in 2018. I have tried unchecking "Include zero values" under data handling and unchecking "Include null values" under dimensions. Neither of them worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 16:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74917#M4962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-08T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove zero values from YoY line chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74918#M4963</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 this on the current year expression:&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;if(GetSelectedCount(MonthYear)=1, sum({$&amp;lt;MonthYear=,FiscalYear=,FiscalYear={"$(=Max(FiscalYear))"},Date={"=$(=max(Date))"}, &lt;SPAN style="color: #ff0000;"&gt;Month={"&amp;lt;=2"}&lt;/SPAN&gt;&amp;gt;}Orders))&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;BR /&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;use the numeric month field&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 17:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74918#M4963</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-08T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove zero values from YoY line chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74919#M4964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this property is making it 0 - &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195750_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 18:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74919#M4964</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-08T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove zero values from YoY line chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74920#M4965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 21:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74920#M4965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-08T21:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove zero values from YoY line chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74921#M4966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just verify that you put the correct Month NUM FIELD and NOT the Month CHAR FIELD on the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach sample app ? or sample data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 08:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-zero-values-from-YoY-line-chart/m-p/74921#M4966</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-09T08:59:12Z</dc:date>
    </item>
  </channel>
</rss>

