<?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 Sum(), Count() issue in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366818#M493857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;did you use one fact table or many?&lt;/P&gt;&lt;P&gt;The result in a table box is the result of all matches, especially in the join of two table by one field and the fields of both tables.&lt;/P&gt;&lt;P&gt;Are the result in QV higher or lower than in excel?&lt;/P&gt;&lt;P&gt;Regards?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2012 07:20:40 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2012-04-25T07:20:40Z</dc:date>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366814#M493853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing a strange issue and I am unable to find the cause of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table which records the responses of many students to a set of questions and its with many rows..and am making a dashboard to analyse the count of each type of answers given by stsudents to questions. &lt;/P&gt;&lt;P&gt;few of the rows are Question number, Question Text, Answer, Ans_Counter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So many rows in the table gets loaded with null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load the table to QVW file. and in the qvw file, I create a table chart..pulling all fields from this table and display..to test, i export it to excel and give filters there in excel..select in question filter, question_no 23 (this has 4 possible answers--&amp;gt; good, fair, poor, very poor) ..that result in a set of rows..again i put the answer filter as 'good' and i get a count..the count of responses that are 'good' for question_no 23..lets say the count be C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I create simple bar chart with Answer as the dimension and Count({&amp;lt;question_no='23'&amp;gt;}Answer)&lt;/P&gt;&lt;P&gt;But here, the count shown for 'good' is not at all matching with C &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it might be some issue with Count() fn, and I used a Ans_Counter to try out the same thing using sum(), as&lt;/P&gt;&lt;P&gt;Sum(﻿{&amp;lt;question_no='23'&amp;gt;}﻿﻿Ans_Counter) But the count still doesnt match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any clue??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366814#M493853</guid>
      <dc:creator />
      <dc:date>2012-04-25T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366815#M493854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;typo .. i meant &lt;STRONG&gt;table box&lt;/STRONG&gt;, not table chart !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366815#M493854</guid>
      <dc:creator />
      <dc:date>2012-04-25T06:12:52Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366816#M493855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum and count are used in expressions, that are available in every chart but not in table box. &lt;/P&gt;&lt;P&gt;You can use straight table chart and use the same expression with the required dimension. And it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, the word DISTINCT can be used in order to count only distinct values(non-repeated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366816#M493855</guid>
      <dc:creator />
      <dc:date>2012-04-25T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366817#M493856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; @Saad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using sum/count in table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I told was.. for testing purpose.. I create a table box having all columns for this internal table..export the values to excel..and apply filters in excel to cross compare with the bar chart I create in qlikview for the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these are not matching..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366817#M493856</guid>
      <dc:creator />
      <dc:date>2012-04-25T06:44:06Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366818#M493857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;did you use one fact table or many?&lt;/P&gt;&lt;P&gt;The result in a table box is the result of all matches, especially in the join of two table by one field and the fields of both tables.&lt;/P&gt;&lt;P&gt;Are the result in QV higher or lower than in excel?&lt;/P&gt;&lt;P&gt;Regards?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 07:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366818#M493857</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2012-04-25T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366819#M493858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Using only one fact table.&lt;/P&gt;&lt;P&gt;The result in QV is much higher than what i get from excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 11:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366819#M493858</guid>
      <dc:creator />
      <dc:date>2012-04-25T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Sum(), Count() issue in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366820#M493859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since your results in QV are much higher, I would suggest taking a closer look at your load script.&amp;nbsp; I had a similar issue and it was with the way my tables were linked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 16:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Count-issue-in-chart/m-p/366820#M493859</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-04-25T16:10:12Z</dc:date>
    </item>
  </channel>
</rss>

