<?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 return NULL on the first dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540971#M554991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed out the negative&lt;/P&gt;&lt;P&gt;=$(Sum({&amp;lt;Year={"&amp;lt;$(=Min(Year))"}&amp;gt;} [Trade Receivables]) * -1) + alt(above([Trade Receivables]),0) - [Trade Receivables]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 12:14:10 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-08-28T12:14:10Z</dc:date>
    <item>
      <title>above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540964#M554984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Dimension : 2013 - 2012 - 2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Expression: = &lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Trade Receivables]&lt;/SPAN&gt;) - (&lt;SPAN style="color: #800000;"&gt;[Trade Receivables]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Now, when i run the formula and i select the dimensions 2011 - 2012 - 2013, i have the following results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2011&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -&lt;/P&gt;&lt;P&gt;2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 5.000&lt;/P&gt;&lt;P&gt;2013&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 7.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the formula so that the data for 2011 dissapears ? I would like to select the data 2012 - 2013 in my dimenstion and obtain the same results as above without 2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for you help in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 10:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540964#M554984</guid>
      <dc:creator />
      <dc:date>2013-08-28T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540965#M554985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have DateField then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;$(Sum({&amp;lt;Year=, DateField={"&amp;lt;$(=Min(DateField))"}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[Trade Receivables Expression]&lt;/SPAN&gt;)) + &lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;[Trade Receivables]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;) - (&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;[Trade Receivables]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 10:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540965#M554985</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-28T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540966#M554986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try the following changes to your formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my dateField is = Year&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;$(Sum({&amp;lt;Year=, Year={"&amp;lt;$(=Min(Year))"}&amp;gt;} [Trade Receivables])) &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: #800000; font-size: 8pt;"&gt;[Trade Receivables]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) - &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trade Receivables] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;but this is not working. I still have "-" for year 2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540966#M554986</guid>
      <dc:creator />
      <dc:date>2013-08-28T11:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540967#M554987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and then check suppress value is null option in dimension for the year field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540967#M554987</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-28T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540968#M554988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working&lt;/P&gt;&lt;P&gt;i have attached the file to that you can see what i did.&lt;/P&gt;&lt;P&gt;the result that i expect is to select 2012 and 2013 and have the figure of trade receivables for both years. Without 2011&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540968#M554988</guid>
      <dc:creator />
      <dc:date>2013-08-28T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540969#M554989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;=$(Sum({&amp;lt;Year={"&amp;lt;$(=Min(Year))"}&amp;gt;} [Trade Receivables])) + Alt(above([Trade Receivables]),0) - [Trade Receivables]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540969#M554989</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-28T12:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540970#M554990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working because when i select year 2012/2013, i have - 5.000 for year 2012 and the right result should be -3.000. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540970#M554990</guid>
      <dc:creator />
      <dc:date>2013-08-28T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540971#M554991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed out the negative&lt;/P&gt;&lt;P&gt;=$(Sum({&amp;lt;Year={"&amp;lt;$(=Min(Year))"}&amp;gt;} [Trade Receivables]) * -1) + alt(above([Trade Receivables]),0) - [Trade Receivables]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540971#M554991</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-28T12:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540972#M554992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540972#M554992</guid>
      <dc:creator />
      <dc:date>2013-08-28T12:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540973#M554993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= Alt(Above(Sum([Trade Receivables])), $(=Sum({&amp;lt;Year={$(=Min(Year)-1)}&amp;gt;} [Trade Receivables]))) - Sum([Trade Receivables])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540973#M554993</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-28T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540974#M554994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;working. Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540974#M554994</guid>
      <dc:creator />
      <dc:date>2013-08-28T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: above return NULL on the first dimension</title>
      <link>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540975#M554995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: #0000ff;"&gt;RangeSum(above&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Trade Receivables]&lt;/SPAN&gt;)) - &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Trade Receivables])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Tonial.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/above-return-NULL-on-the-first-dimension/m-p/540975#M554995</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2013-08-28T12:36:06Z</dc:date>
    </item>
  </channel>
</rss>

