<?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: ABOVE AND BELOW FUNCTIONS? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726746#M1085716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above simply takes a value from the row Above the current row. It can be used to calculate an accumulating total.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here are some quick examples.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above(Column(1))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above(TOTAL Column(1)) + If(Above(TOTAL Column(3)) &amp;gt; 0, Above(TOTAL Column(3)), 0)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and also check below link&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/32784"&gt;Using Above/Below functions in Expressions on a table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 12:03:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-23T12:03:46Z</dc:date>
    <item>
      <title>ABOVE AND BELOW FUNCTIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726743#M1085710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABOVE AND BELOW FUNCTIONS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 10:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726743#M1085710</guid>
      <dc:creator />
      <dc:date>2014-06-23T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABOVE AND BELOW FUNCTIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726744#M1085712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor314"&gt;&lt;/A&gt;&lt;A name="above"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;above(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; ] expression [ , offset [,n ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; evaluated with the chart's dimension values as they appear on the row above the current row within a column segment in a table or, in the case of bitmap charts, in the chart's straight table equivalent (Actually all QlikView charts have a straight table equivalent with the exception of the pivot table which has a more complex structure.). &lt;/P&gt;&lt;P&gt;On the first row of a column segment a NULL value will be returned, as there is no row above this one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 11:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726744#M1085712</guid>
      <dc:creator />
      <dc:date>2014-06-23T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABOVE AND BELOW FUNCTIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726745#M1085714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor315"&gt;&lt;/A&gt;&lt;A name="below"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;below(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ total ] expression [ , offset [,n ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; evaluated with the chart's dimension values as they appear on the row below the current row within a column segment in a table or, in the case of bitmap charts, in the chart's straight table equivalent. &lt;/P&gt;&lt;P&gt;On the last row of a column segment a NULL value will be returned, as there is no row below this one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 11:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726745#M1085714</guid>
      <dc:creator />
      <dc:date>2014-06-23T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABOVE AND BELOW FUNCTIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726746#M1085716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above simply takes a value from the row Above the current row. It can be used to calculate an accumulating total.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here are some quick examples.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above(Column(1))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Above(TOTAL Column(1)) + If(Above(TOTAL Column(3)) &amp;gt; 0, Above(TOTAL Column(3)), 0)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and also check below link&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/32784"&gt;Using Above/Below functions in Expressions on a table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 12:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726746#M1085716</guid>
      <dc:creator />
      <dc:date>2014-06-23T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABOVE AND BELOW FUNCTIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726747#M1085718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through the Qlikview Reference Manual,&amp;nbsp; you will get enough stuff there..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 12:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ABOVE-AND-BELOW-FUNCTIONS/m-p/726747#M1085718</guid>
      <dc:creator />
      <dc:date>2014-06-23T12:11:53Z</dc:date>
    </item>
  </channel>
</rss>

