<?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: Range sum of null datas in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Range-sum-of-null-datas/m-p/2049825#M86384</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222078"&gt;@ABlancardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It appears that this question has ended up in the wrong forum. In this forum, we're able to help you with Qlik Application Automation-related questions. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Application Automation provides a no-code visual interface that allows you quickly build automated analytics and data workflows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please post this question in the forum related to the product you are using and you will get help there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 04:21:05 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2023-03-16T04:21:05Z</dc:date>
    <item>
      <title>Range sum of null datas</title>
      <link>https://community.qlik.com/t5/App-Development/Range-sum-of-null-datas/m-p/2049531#M86383</link>
      <description>&lt;P&gt;Dear all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the folowing formulas :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(date(monthend(today(),-1),'YYYY/MMM') &amp;gt;= YearMonth,0,&lt;BR /&gt;if(Sum({&amp;lt;[Cost account L2]={'Internal'}&amp;gt;}[Quantity (k€)_CPhasing]) &amp;lt;&amp;gt; 0, &lt;BR /&gt;Rangesum(Above(Sum({&amp;lt;[Cost account L2]={'Internal'}&amp;gt;}&lt;BR /&gt;[Quantity (k€)_CPhasing]&lt;BR /&gt;),0,NoOfRows()))&lt;/P&gt;
&lt;P&gt;+$(vForecast)))&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VForecast in a variable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem here, when I don't have datas for one month it shows me 0, I would like to have the sum of previous month instead . See example bellow&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ABlancardi_0-1678886065159.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102836i267494A4054F30EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ABlancardi_0-1678886065159.png" alt="ABlancardi_0-1678886065159.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can on light green, for May I don't have any datas but I would like to have on my graph the sum of previous month.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to to use a simple sum instead of a range sum and then accumulate, but in doing that my variable is not taking into account anymore ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my questions are :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a link between variable and range(sum) function ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I Make an accumulation including my variable ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I make a range sum accumulation ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or how can I get the numeric value of my variable but without taking into account the formula of the baseline ? Is it possible ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-sum-of-null-datas/m-p/2049531#M86383</guid>
      <dc:creator>ABlancardi</dc:creator>
      <dc:date>2024-11-15T21:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum of null datas</title>
      <link>https://community.qlik.com/t5/App-Development/Range-sum-of-null-datas/m-p/2049825#M86384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222078"&gt;@ABlancardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It appears that this question has ended up in the wrong forum. In this forum, we're able to help you with Qlik Application Automation-related questions. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Application Automation provides a no-code visual interface that allows you quickly build automated analytics and data workflows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please post this question in the forum related to the product you are using and you will get help there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-sum-of-null-datas/m-p/2049825#M86384</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-03-16T04:21:05Z</dc:date>
    </item>
  </channel>
</rss>

