<?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 Vizlib line chart shows false data point after most recent month (circled). in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1942587#M77655</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Vizlib line chart shows false data point after most recent month (circled). That false data point should not be there. After the current month reflecting extra wrong data point. Could you please resolve the issue&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 04:25:00 GMT</pubDate>
    <dc:creator>Kranty</dc:creator>
    <dc:date>2022-06-13T04:25:00Z</dc:date>
    <item>
      <title>Vizlib line chart shows false data point after most recent month (circled).</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1942587#M77655</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Vizlib line chart shows false data point after most recent month (circled). That false data point should not be there. After the current month reflecting extra wrong data point. Could you please resolve the issue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 04:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1942587#M77655</guid>
      <dc:creator>Kranty</dc:creator>
      <dc:date>2022-06-13T04:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib line chart shows false data point after most recent month (circled).</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1942670#M77669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162943"&gt;@Kranty&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That data point is for all values where the date is null (missing).&lt;/P&gt;
&lt;P&gt;There should be an option on the Month dimension in the properties where you can exclude nulls.&lt;/P&gt;
&lt;P&gt;Alternatively, you can excluded them from the expression using set analysis:&lt;BR /&gt;&lt;STRONG&gt;sum({&amp;lt;Month*={*}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Or, you can stamp a different month in the load script:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;Date(if(isnull(Month), MonthStart(today()), Month), 'MMM-YYYY') as Month,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;etc.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1942670#M77669</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-06-13T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vizlib line chart shows false data point after most recent month (circled).</title>
      <link>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1943351#M77733</link>
      <description>&lt;P&gt;Thank you Steve. It worked&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vizlib-line-chart-shows-false-data-point-after-most-recent-month/m-p/1943351#M77733</guid>
      <dc:creator>Kranty</dc:creator>
      <dc:date>2022-06-14T12:18:47Z</dc:date>
    </item>
  </channel>
</rss>

