<?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: How to avoid null values in Qliksense Cumulative Line Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1884443#M72849</link>
    <description>&lt;P&gt;My short suggestion is better handling of null-values in the script (data modell).&lt;BR /&gt;the red line on June-17 os not realy a &lt;STRONG&gt;null&lt;/STRONG&gt; value but a &lt;STRONG&gt;zero&lt;/STRONG&gt; value -&amp;gt; there was&lt;STRONG&gt; 0 products added&lt;/STRONG&gt;.&lt;BR /&gt;null would mean: i don't know nothing about June-17. &lt;BR /&gt;Try to set the value for June-17 on the red product to zero instead of null in the script.&lt;BR /&gt;The chart should work after data is fixed.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 12:09:46 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-01-24T12:09:46Z</dc:date>
    <item>
      <title>How to avoid null values in Qliksense Cumulative Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759003#M58656</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one please help to fix this Issue. I am using a line chart and we want to show&amp;nbsp; Monthly Count of Customers in Cumulative&lt;/P&gt;&lt;P&gt;So I have taken Month &amp;amp; Product as Dimensions and Expression is Count (Customers). I am getting below chart&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SatyaPaleti_0-1604592745230.png" style="width: 1000px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43637iB2AE7B0BFF716203/image-dimensions/1000x142?v=v2" width="1000" height="142" role="button" title="SatyaPaleti_0-1604592745230.png" alt="SatyaPaleti_0-1604592745230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we look at June -17 one of the product (red colour) is laying down due to null value but it should not happen. The value should be repeat as 239.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to sort out this Issue. I have used below formula but I'am not getting result as expected&lt;/P&gt;&lt;P&gt;Aggr(RangeSum(Above(Count(Cust.No), 0, RowNo())), (Product), (Prod.Date, (NUMERIC, ASCENDING)))&lt;/P&gt;&lt;P&gt;Can some one please help me on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759003#M58656</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2024-11-16T17:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid null values in Qliksense Cumulative Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759025#M58658</link>
      <description>&lt;P&gt;For me, IT doesn't make sense If you want to use same. But you can try something like below in case IF you need forcibly&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count (Customers)=0, Above(Count (Customers)), Count (Customers))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(Count (Customers), Above(Count (Customers)), Count (Customers))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 17:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759025#M58658</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-11-05T17:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid null values in Qliksense Cumulative Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759500#M58714</link>
      <description>&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your response on this. For Example I have a Product and count of Production is Increasing Day by Day and My Production starts in Jan 2019 and User want to see the growth of Production since Jan 2019 to November 2020.&amp;nbsp; In the Month of August 2020 Production is not happened&amp;nbsp; and we were doing Accumulation even though there is No values It have to show previous Month data. if July has Production Value 238 then August should also show 238 even if there is No August Value Because it's an Accumulation. If you convert line chart in to Table then it will show the same values but in Line chart Values were Missing. So This is the Issue here. Did It Make Sense Now??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 03:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1759500#M58714</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2020-11-07T03:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid null values in Qliksense Cumulative Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1884378#M72841</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;and &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46656"&gt;@SatyaPaleti&lt;/a&gt;&amp;nbsp;, I am having the same issue. How did you manage to resolve it ? Although, in my case, even though I convert to a table, it doesn't show up.&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 10:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1884378#M72841</guid>
      <dc:creator>Amal</dc:creator>
      <dc:date>2022-01-24T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid null values in Qliksense Cumulative Line Chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1884443#M72849</link>
      <description>&lt;P&gt;My short suggestion is better handling of null-values in the script (data modell).&lt;BR /&gt;the red line on June-17 os not realy a &lt;STRONG&gt;null&lt;/STRONG&gt; value but a &lt;STRONG&gt;zero&lt;/STRONG&gt; value -&amp;gt; there was&lt;STRONG&gt; 0 products added&lt;/STRONG&gt;.&lt;BR /&gt;null would mean: i don't know nothing about June-17. &lt;BR /&gt;Try to set the value for June-17 on the red product to zero instead of null in the script.&lt;BR /&gt;The chart should work after data is fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 12:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-avoid-null-values-in-Qliksense-Cumulative-Line-Chart/m-p/1884443#M72849</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-24T12:09:46Z</dc:date>
    </item>
  </channel>
</rss>

