<?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 avoid '0' expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146449#M375116</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;Thank You so much its working fine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2016 19:45:41 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2016-06-18T19:45:41Z</dc:date>
    <item>
      <title>How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146443#M375110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the below screen shot,not able to avoid the '0' from chart.&lt;/P&gt;&lt;P&gt;i just want to display only value=1,need to avoid zeros from the chart.&lt;/P&gt;&lt;P&gt;please suggest.Here is the expression im using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)), Metric))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="128385" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128385_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 09:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146443#M375110</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T09:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146444#M375111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is TierRed is dimension?&lt;/P&gt;&lt;P&gt;if yes, use below as calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(TierRed = 1, TierRed)&lt;/P&gt;&lt;P&gt;and tick suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 10:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146444#M375111</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-18T10:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146445#M375112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just want to avoid the zero value, and show NULL, you would need an outer aggregation function that returns NULL if there are no values returned within the aggregation scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, replace Count() with Max() [Don't know if this is appropriate though]:&lt;/P&gt;&lt;P&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;Max&lt;/STRONG&gt;(aggr(if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)&amp;lt;&amp;gt;1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)), Metric))&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;If you want to remove the complete table row where the line shows zero in the column, you would need to have all your expressions return zero for this line and enable 'suppress zero values' on presentation tab.&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;Can't see if this is the case for your chart, given the sparse information provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146445#M375112</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-18T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146446#M375113</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;Thank you so much for your reply&lt;/P&gt;&lt;P&gt;i have tried with your expression still i have blanks&lt;/P&gt;&lt;P&gt;just want to display one value '1' ids,&lt;/P&gt;&lt;P&gt;i have attached the sample please check and any suggessions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 18:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146446#M375113</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T18:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146447#M375114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not a dimension. it label name&lt;/P&gt;&lt;P&gt;its not working for me any other way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 18:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146447#M375114</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146448#M375115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, one option would be to have all expressions return zero or NULL if the first expression is not returning a value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Column(1), &lt;EM&gt;YourExpression&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 18:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146448#M375115</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-18T18:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146449#M375116</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;Thank You so much its working fine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 19:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146449#M375116</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T19:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146450#M375117</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;i have one problem here i don't want to show TierRed column.&lt;/P&gt;&lt;P&gt;its there any way to hide TierRed column&lt;/P&gt;&lt;P&gt;please suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 20:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146450#M375117</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T20:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146451#M375118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to presentation tab, select the TierRed expression and enable 'Hide Column'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 20:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146451#M375118</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-18T20:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146452#M375119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perfect, its working thank you so much your Legend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 20:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146452#M375119</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-18T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid '0' expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146453#M375120</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;Good Morning,&lt;/P&gt;&lt;P&gt;please help me to find on logic. not able to resolve the issue here is the path of issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/222381"&gt;How to calculate consecutive months count&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-0-expression/m-p/1146453#M375120</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-27T11:29:07Z</dc:date>
    </item>
  </channel>
</rss>

