<?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 Wrong data is shown on line chart when no date is selecte in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Wrong-data-is-shown-on-line-chart-when-no-date-is-selecte/m-p/2043294#M85891</link>
    <description>&lt;P&gt;Hi i have the below line chart which shows the % female and Male&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the data is wrong when no date is selected , however when I select a date form the x axis i.e Feb 2021 in this example the data is correct and there is a huge difference. Can anyone help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expression is :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count(distinct(id))/&lt;BR /&gt;Count(distinct TOTAL(id))&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 16:04:56 GMT</pubDate>
    <dc:creator>ishafate</dc:creator>
    <dc:date>2023-02-28T16:04:56Z</dc:date>
    <item>
      <title>Wrong data is shown on line chart when no date is selecte</title>
      <link>https://community.qlik.com/t5/App-Development/Wrong-data-is-shown-on-line-chart-when-no-date-is-selecte/m-p/2043294#M85891</link>
      <description>&lt;P&gt;Hi i have the below line chart which shows the % female and Male&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the data is wrong when no date is selected , however when I select a date form the x axis i.e Feb 2021 in this example the data is correct and there is a huge difference. Can anyone help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expression is :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count(distinct(id))/&lt;BR /&gt;Count(distinct TOTAL(id))&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wrong-data-is-shown-on-line-chart-when-no-date-is-selecte/m-p/2043294#M85891</guid>
      <dc:creator>ishafate</dc:creator>
      <dc:date>2023-02-28T16:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong data is shown on line chart when no date is selecte</title>
      <link>https://community.qlik.com/t5/App-Development/Wrong-data-is-shown-on-line-chart-when-no-date-is-selecte/m-p/2044584#M85953</link>
      <description>&lt;P&gt;It is because your denominator is counting distinct IDs across all months. Try the following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count(distinct(id))/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count(distinct TOTAL &amp;lt;Month&amp;gt; (id))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Wrong-data-is-shown-on-line-chart-when-no-date-is-selecte/m-p/2044584#M85953</guid>
      <dc:creator>BenjaminT</dc:creator>
      <dc:date>2023-03-02T15:58:10Z</dc:date>
    </item>
  </channel>
</rss>

