<?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: Numbers In  Charts are Not Corresponding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092478#M363243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I do have null values in month purchased and year purchased hence I excluded them in both my expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, but I reckon both expressions should correlate each other from the looks of things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence I'll just look at my data again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 07:37:03 GMT</pubDate>
    <dc:creator>kaygee28</dc:creator>
    <dc:date>2016-03-07T07:37:03Z</dc:date>
    <item>
      <title>Numbers In  Charts are Not Corresponding</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092476#M363241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two charts which do not have similar values in them, one chart determines the number of unique values within three sheets and the other calculates total sales within a period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart that displays total unique values per gender&lt;/P&gt;&lt;P&gt;count(distinct{$&amp;lt;[Contact ID] = &amp;gt;}[Contact ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression to calculate total sales&lt;/P&gt;&lt;P&gt;Count(DISTINCT{$&amp;lt;[Year Purchased]={"*"}-{'Unknown'},[Month Purchased]={"*"}-{'Unknown'}&amp;gt;}[Contact ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they should both display the same number of records since each sale is a record on its own&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first expression pulls 113 records and the second expression pulls 139.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 09:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092476#M363241</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-04T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers In  Charts are Not Corresponding</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092477#M363242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your data. Perhaps there are records where either Year Purchased or Month Purchased is null or Unknown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 17:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092477#M363242</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-04T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers In  Charts are Not Corresponding</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092478#M363243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I do have null values in month purchased and year purchased hence I excluded them in both my expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, but I reckon both expressions should correlate each other from the looks of things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence I'll just look at my data again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092478#M363243</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-07T07:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers In  Charts are Not Corresponding</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092479#M363244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do exclude them in your second expression but &lt;EM&gt;not&lt;/EM&gt; in your first. That's why they return different results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092479#M363244</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-07T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Numbers In  Charts are Not Corresponding</title>
      <link>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092480#M363245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll have a look at the data and see, but it still doesn't make sense at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 08:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbers-In-Charts-are-Not-Corresponding/m-p/1092480#M363245</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-07T08:18:17Z</dc:date>
    </item>
  </channel>
</rss>

