<?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: Re: Above Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665461#M242231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but now its showing nothing.&lt;/P&gt;&lt;P&gt;Please find attached sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 08:09:04 GMT</pubDate>
    <dc:creator>soha1902</dc:creator>
    <dc:date>2014-06-27T08:09:04Z</dc:date>
    <item>
      <title>Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665458#M242228</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;Please correct my expression.&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;Sum(Sales - Above(Sales)), &lt;/STRONG&gt;it shaowing error. whats wron in this expression.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 07:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665458#M242228</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-27T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665459#M242229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(Sales) - Above(Sum(Sales))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum(Sales) - Above(Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 07:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665459#M242229</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-27T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665460#M242230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is wrong you have to try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Sales) - Above(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 07:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665460#M242230</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-27T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665461#M242231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but now its showing nothing.&lt;/P&gt;&lt;P&gt;Please find attached sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 08:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665461#M242231</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2014-06-27T08:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665462#M242232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select something to get output in text file or use aggr function like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(Aggr(Sum(Sales) - Above(Sum(Sales)),Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 08:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665462#M242232</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-27T08:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665463#M242233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Sum(Aggr(Sum(Sales) - Above(Sum(Sales)),Sales)) for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sabal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 08:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665463#M242233</guid>
      <dc:creator />
      <dc:date>2014-06-27T08:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665464#M242234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In chart expression you have to use &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Sales) - Above(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But in text object why you use Sum(Sales) - Above(Sales) it is not good practice what ever you can use this expression will give correct result but sales value not used in aggregation expression some other dimensions are used.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Max( Aggr( Sum(Sales) - Above(Sum(Sales)),Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 08:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665464#M242234</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-27T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Above Function</title>
      <link>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665465#M242235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, no, no... !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a typical case when you &lt;EM style="text-decoration: underline;"&gt;don't&lt;/EM&gt; need the Aggr() function - and probably shouldn't use it. Instead you should just use normal aggregation functions. And note that Above() is &lt;EM style="text-decoration: underline;"&gt;not&lt;/EM&gt; an aggregation function. The correct way to write it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) - Above(Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or, if you want to avoid the problem with NULL values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RangeSum( Sum(Sales), -Above(Sum(Sales)) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Above-Function/m-p/665465#M242235</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-06-27T09:11:28Z</dc:date>
    </item>
  </channel>
</rss>

