<?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: Doubt on Filtering not null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303808#M844928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Check if the below helps,&lt;/P&gt;&lt;P&gt;Use Rangesum()&amp;nbsp; to cumulative sum the values of acreage&lt;/P&gt;&lt;P&gt;The output is the below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Rangesum.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159869_Rangesum.png" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;Planned :Sum(Total Acreage)&lt;/P&gt;&lt;P&gt;Actual : If(Isnull([Actual Planting week])=0,Aggr(Rangesum(Above(Sum(Acreage),0,RowNo())),Field))&lt;/P&gt;&lt;P&gt;% : Actual/Planned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do the same calculation in your script as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 11:44:48 GMT</pubDate>
    <dc:creator>malini_qlikview</dc:creator>
    <dc:date>2017-04-12T11:44:48Z</dc:date>
    <item>
      <title>Doubt on Filtering not null values</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303805#M844925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in Qlikview, and I am having troubles to create an Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my data source I have something close to the following table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="125" src="https://community.qlik.com/legacyfs/online/159797_Capture.JPG" style="height: 124px; width: 337.193px;" width="337" /&gt;&lt;/P&gt;&lt;P&gt;I would like to build an table with the status of planting being Planned as 100%. In other words, in the example I would &lt;/P&gt;&lt;P&gt;Sum(Acreage F1+F2.....F8) for Plan and would Sum(Acreage F1+F2...F4) for Actual. Dividing one by the other I would have the percentage of acreage that was actually planted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I have 700 fields and cannot sum them individually. &lt;/P&gt;&lt;P&gt;Is there a way to sum the acreage only from where the date is not null ? Can you help me with this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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/Doubt-on-Filtering-not-null-values/m-p/1303805#M844925</guid>
      <dc:creator>icaro_povoa</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on Filtering not null values</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303806#M844926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this that you're trying to achieve?? In front end, in a straight chart or in a text box (for KPI) you can use as expression %:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;[Actual planned week]-= {""}&amp;gt;} TOTAL Average)&amp;nbsp; / sum(TOTAL Average) )*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="159800" alt="" class="jive-image image-1" height="207" src="https://community.qlik.com/legacyfs/online/159800_pastedImage_0.png" style="max-width: 1200px; max-height: 900px; width: 558px; height: 206.971px;" width="558" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 20:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303806#M844926</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-04-11T20:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on Filtering not null values</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303807#M844927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extending Jean's expression May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Bad ignore, Jean's expression should work? What is your expected ouput? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;= (Sum(Acreage)/Sum(Total {&amp;lt; ActualPlantingWeek -= {""}&amp;gt;} Acreage))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 21:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303807#M844927</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-11T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on Filtering not null values</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303808#M844928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Check if the below helps,&lt;/P&gt;&lt;P&gt;Use Rangesum()&amp;nbsp; to cumulative sum the values of acreage&lt;/P&gt;&lt;P&gt;The output is the below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Rangesum.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159869_Rangesum.png" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;Planned :Sum(Total Acreage)&lt;/P&gt;&lt;P&gt;Actual : If(Isnull([Actual Planting week])=0,Aggr(Rangesum(Above(Sum(Acreage),0,RowNo())),Field))&lt;/P&gt;&lt;P&gt;% : Actual/Planned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do the same calculation in your script as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-on-Filtering-not-null-values/m-p/1303808#M844928</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2017-04-12T11:44:48Z</dc:date>
    </item>
  </channel>
</rss>

