<?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: getting zero target to show in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090749#M466590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mayil - this worked and also the answer before you - I dont know how to mark both as correct but both worked great for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 10:18:01 GMT</pubDate>
    <dc:creator>rcorcoran</dc:creator>
    <dc:date>2016-01-28T10:18:01Z</dc:date>
    <item>
      <title>getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090746#M466587</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 chart with data showing for areas compared to a target.&amp;nbsp; this works fine except when the target is 0 then the target line does not show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target is written as an expression as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2016, Sum({$&amp;lt;[TargetCode]={"MH39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2015, Sum({$&amp;lt;[TargetCode]={"MH-39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2014, '',&lt;/P&gt;&lt;P&gt;if(ReferredYYYY=2013, ''))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help as to how I can make the target show if zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090746#M466587</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2016-01-28T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090747#M466588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;If(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2016, Sum({$&amp;lt;[TargetCode]={"MH39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2015, Sum({$&amp;lt;[TargetCode]={"MH-39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2014, '',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2013, ''))))&lt;SPAN style="color: #ff0000;"&gt; = 0, 0.0001,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2016, Sum({$&amp;lt;[TargetCode]={"MH39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2015, Sum({$&amp;lt;[TargetCode]={"MH-39"},ReferredYYYY, TargetYearMonth={"&amp;gt;=$(=AddMonths(Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth), -12))&amp;lt;=$(=Max({&amp;lt;[CAMHS121] ={7}&amp;gt;}YearMonth))"}&amp;gt;}Target) ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;if(ReferredYYYY=2014, '',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;if(ReferredYYYY=2013, '')))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090747#M466588</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-28T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090748#M466589</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;Are you tried like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presentation -&amp;gt; uncheck suppress zero values option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090748#M466589</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-01-28T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090749#M466590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mayil - this worked and also the answer before you - I dont know how to mark both as correct but both worked great for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090749#M466590</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2016-01-28T10:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090750#M466591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny T once again this works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090750#M466591</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2016-01-28T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090751#M466592</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;No problem. You got solution know. Cheers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090751#M466592</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-01-28T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090752#M466593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, but I think you may want to consider using &lt;A _jive_internal="true" href="https://community.qlik.com/people/MayilVahanan"&gt;MAYIL&lt;/A&gt;‌ way of doing it just because it would save you hassle of using a long formula here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090752#M466593</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-28T10:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090753#M466594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to properties and go presentation tab -&amp;gt; &lt;/P&gt;&lt;P&gt;In this tab have option supress is zero value enable and click zero on bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090753#M466594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: getting zero target to show in chart</title>
      <link>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090754#M466595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to add the particular column 0.01 than you identify easily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-zero-target-to-show-in-chart/m-p/1090754#M466595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T10:25:41Z</dc:date>
    </item>
  </channel>
</rss>

