<?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: Suppress 0 with 'above' function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331748#M492389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works after adding aggr().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2012 00:24:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-04T00:24:53Z</dc:date>
    <item>
      <title>Suppress 0 with 'above' function</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331746#M492387</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 got a formula that calculating the average value of inputted month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However as it contains 'above' function, it cannnot suppress by 0 or null. Does anyone know how can force suppress 0 or how to change this formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAYROLL_PERIOD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Payroll_CalendarStart.CalendarYearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAYROLL_PERIOD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Payroll_CalendarEnd.CalendarYearMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&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;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OTHER_PROVISION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMovingMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;))/&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMovingMonth) ,0&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 14:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331746#M492387</guid>
      <dc:creator />
      <dc:date>2012-07-03T14:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 with 'above' function</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331747#M492388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try enclosing your expression in an advanced aggregation aggr() function, with the aggr() dimensions being your chart dimensions. &lt;/P&gt;&lt;P&gt;This might work but it is essential that your aggr() dimensions (at least the dimensions relevant to your rangesum) have a load order that matches your sort order needed (e.g. chronological))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can upload a small sample, I could check if this idea might work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember I have also posted some samples here in the forum that demonstrate the approach, but couldn't found one of them at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 15:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331747#M492388</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-03T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 with 'above' function</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331748#M492389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works after adding aggr().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 00:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-0-with-above-function/m-p/331748#M492389</guid>
      <dc:creator />
      <dc:date>2012-07-04T00:24:53Z</dc:date>
    </item>
  </channel>
</rss>

