<?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 Straight table average sometimes wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89359#M14559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen some posts on this already but not sure if my situation is the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 70 rows in the column totaling 298,751 which should average to 4,267 (nearest integer)&lt;/P&gt;&lt;P&gt;but qlik comes up with 2,766 and when I changed the calculation to use count its 108 - not 70 as I would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The average qlik is calculating is right but it's actually wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who's right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2018 23:09:32 GMT</pubDate>
    <dc:creator>markp201</dc:creator>
    <dc:date>2018-06-27T23:09:32Z</dc:date>
    <item>
      <title>Straight table average sometimes wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89359#M14559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen some posts on this already but not sure if my situation is the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 70 rows in the column totaling 298,751 which should average to 4,267 (nearest integer)&lt;/P&gt;&lt;P&gt;but qlik comes up with 2,766 and when I changed the calculation to use count its 108 - not 70 as I would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The average qlik is calculating is right but it's actually wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who's right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 23:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89359#M14559</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2018-06-27T23:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table average sometimes wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89360#M14560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you add in some proof ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard to comment if you can't see it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89360#M14560</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-06-28T01:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table average sometimes wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89361#M14561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached for an example (exported from actual chart)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89361#M14561</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2018-06-28T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table average sometimes wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89362#M14562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a posting from HIC &lt;A href="https://community.qlik.com/qlik-blogpost/3798"&gt;Totals in Charts&lt;/A&gt;‌ which explains how Qlik operates.&lt;/P&gt;&lt;P&gt;If this works, I'll post the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 09:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89362#M14562</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2018-06-28T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table average sometimes wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89363#M14563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;Sum(Sales) / Count(Distinct Sales)... And change the options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or.&lt;/P&gt;&lt;P&gt;Sum(Aggr(Sum(Sales),Product)) / Count(Distinct Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-average-sometimes-wrong/m-p/89363#M14563</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-06-28T11:28:59Z</dc:date>
    </item>
  </channel>
</rss>

