<?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 above function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/above-function/m-p/553473#M1135808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, i have the following problem: I have a chart with month as dimension and the following expression in the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(isnull($(vRQ)),above($(vRQ)),$(vRQ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If there is a missing value in month, the "above" function fills in the value of the above month&amp;nbsp; instead. But now i have a Problem if there are two missing values in a role. So i want both missing values to be replaced with the last known value. Here the above function is not working. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 09:37:04 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2013-10-14T09:37:04Z</dc:date>
    <item>
      <title>above function</title>
      <link>https://community.qlik.com/t5/QlikView/above-function/m-p/553473#M1135808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, i have the following problem: I have a chart with month as dimension and the following expression in the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(isnull($(vRQ)),above($(vRQ)),$(vRQ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If there is a missing value in month, the "above" function fills in the value of the above month&amp;nbsp; instead. But now i have a Problem if there are two missing values in a role. So i want both missing values to be replaced with the last known value. Here the above function is not working. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 09:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-function/m-p/553473#M1135808</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2013-10-14T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: above function</title>
      <link>https://community.qlik.com/t5/QlikView/above-function/m-p/553474#M1135809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check for the second last row using above() with an offset argument, and add this check to your logic, but this will be quite painful if you want to extend the logic to three, four, five ... missing values in a row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if(isnull($(vRQ)), if(isnull(above($(vRQ))), above($(vRQ),2),above($(vRQ)) ),$(vRQ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be better to handle this in the script, by using peek() function and creating a new column that takes care of missing values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 09:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-function/m-p/553474#M1135809</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-14T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: above function</title>
      <link>https://community.qlik.com/t5/QlikView/above-function/m-p/553475#M1135810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vielen Dank &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 11:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-function/m-p/553475#M1135810</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2013-10-14T11:32:22Z</dc:date>
    </item>
  </channel>
</rss>

