<?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: Why i am not getting same result with Above function ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462098#M792799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is your modesty . However you can still not stop me in cherishing the moment , loaded with fact that our "Artillery"&amp;nbsp; Sunny , is not sure about it ..&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Shekar&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 12:41:24 GMT</pubDate>
    <dc:creator>shekhar_analyti</dc:creator>
    <dc:date>2018-01-10T12:41:24Z</dc:date>
    <item>
      <title>Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462086#M792787</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;Why i am not getting same result with Above function used in two different expression , below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Sum({1&amp;lt;Year={"=Above(Year)"}&amp;gt;}[Foreign Exchange Reserves in US Dollar - Total])&lt;/P&gt;&lt;P&gt;2) Above([Foreign Exchange Reserves in US Dollar - Total],1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462086#M792787</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462087#M792788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe change here?&lt;/P&gt;&lt;P&gt;2) Above([Foreign Exchange Reserves in US Dollar - Total],&lt;STRONG&gt;0&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;0 instead of 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462087#M792788</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-10T11:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462088#M792789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt that the Above() inside the set expression is working at all. Above() is a chart function, while the set expression is executed before the chart is constructed. So the Above() function has no context and will probably return null.. The set expression will fail silently (ie be ignored) so your first expression will be effectively:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; Sum({1} [Foreign Exchange Reserves in US Dollar - Total])&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; Sum([Foreign Exchange Reserves in US Dollar - Total])&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462088#M792789</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-10T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462089#M792790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, misunderstand the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462089#M792790</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-01-10T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462090#M792791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to see which one?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="182" src="https://community.qlik.com/legacyfs/online/189557_Capture.JPG" style="height: 182px; width: 218.7px;" width="219" /&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" height="179" src="https://community.qlik.com/legacyfs/online/189558_Capture1.JPG" style="height: 179.492px; width: 220px;" width="220" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462090#M792791</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T11:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462091#M792792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you mean to say that , Above function should not be used with set expression as an ideal case . Please correct me , if i got it wrong .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462091#M792792</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-01-10T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462092#M792793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know that , what is wrong with my first expression . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462092#M792793</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-01-10T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462093#M792794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;‌... I don't think Above is even working.... I would have thought for it to show no result at all... but it seems that the set analysis is ignored.... the reason I though it would not work is because if you create a chart with Year as dimension and Above(Year) as expression... you would see that Year is never equal to Above(Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="189569" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189569_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the set analysis you have used is a search string... only those years where Year = Above(Year) should be included... but that never happens... so nothing should be included...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that is not what happens, it appears as though the complete year set analysis part is completely ignored... don't know why.... may be &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ can tell why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462093#M792794</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T12:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462094#M792795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If someone like Sunny is not sure , then think of my situation . . &lt;BR /&gt;Anyways i am glad that , there is finally something about which Sunny is not sure ...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462094#M792795</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-01-10T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462095#M792796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interest Question &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462095#M792796</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462096#M792797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462096#M792797</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462097#M792798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are going to be at least 100 things in QlikView which I won't be sure about my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;... I am just another user like you... the person who might/would know everything would be Henric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462097#M792798</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462098#M792799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is your modesty . However you can still not stop me in cherishing the moment , loaded with fact that our "Artillery"&amp;nbsp; Sunny , is not sure about it ..&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Shekar&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462098#M792799</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-01-10T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462099#M792800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting... I cannot explain the behaviour completely, but we will look at it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan and Sunny are both right when they say that Above() cannot be used like that. The Set Analysis is like a selection and is NOT evaluated row-by-row. So, the expression is incorrect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What puzzles me is that the expression behaves differently on the first row (where it returns 0) and on the following rows (where it returns a number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 12:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462099#M792800</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2018-01-10T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462100#M792801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the behavior could be explained like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is the '=' sign in the set ( '&lt;STRONG&gt;=&lt;/STRONG&gt;Above(Year)'). When we put that, set analysis actually gets evaluated for TRUE condition of the field. Like, if you write : Customer={"=Sum(Sales)&amp;gt;0"}, then we are &lt;STRONG&gt;searching&lt;/STRONG&gt; for those customers against whom the condition is true; and not for specific values of customers. Similarly, when we write Year={"=Above(Year)"}, it sees&lt;STRONG&gt; if there is an above value&lt;/STRONG&gt; for that year (if it has an early/above value then it's a TRUE) or not. And obviously, it's true (present) for all the years except the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use below() instead, we would see all the values except the last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that the same (what I am trying to express) could have been explain in a much better way, but hope - what I wrote is conveyed and makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462100#M792801</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-01-10T13:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462101#M792802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Hey &lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;‌ - Did you look at the image I posted above? Year can never equal to Above(Year)... so shouldn't we always have a FALSE? and the table should not show anything? Am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="189583" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189583_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462101#M792802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T13:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462102#M792803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see what you mean... we are not doing Year = Above(Year)... it is only doing Above(Year)... that makes sense...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189584_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;So, since row 1 is evaluated as false, we don't see getting number... whereas all others are true...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462102#M792803</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462103#M792804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny i am little confused . As per your statement &lt;/P&gt;&lt;P&gt;" we are not doing Year = Above(Year)... it is only doing Above(Year) " ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If somehow we enforce&amp;nbsp; " Year = Above(Year) " , then &lt;STRONG&gt;will expression work&lt;/STRONG&gt; ???&lt;/P&gt;&lt;P&gt; or &lt;/P&gt;&lt;P&gt; as the earlier understanding , we cannot make use of Above function with set expression , whatsoever !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462103#M792804</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-01-10T13:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462104#M792805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ is spot on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a search string starts with an equals sign, a temporary one-dimensional cube is created to evaluate the search string. In this case it is a cube with Year as dimension, and Above(Year) as measure. In the first row of the cube, the measure returns NULL (which is interpreted as FALSE) and the following rows get a non-zero number (which are interpreted as TRUE). This array defines which Years the search string picks out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the first Year (first according to Load order) is &lt;EM style="text-decoration: underline;"&gt;not&lt;/EM&gt; selected in the Set Analysis expression, but the following Years &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;are&lt;/EM&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line: The QIX engine works as designed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462104#M792805</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2018-01-10T13:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why i am not getting same result with Above function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462105#M792806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year = Above(Year) won't work also... like &lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;‌ has explained below, you cannot use this approach in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 13:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-i-am-not-getting-same-result-with-Above-function/m-p/1462105#M792806</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T13:41:40Z</dc:date>
    </item>
  </channel>
</rss>

