<?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 Qlikview average different from excel average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809278#M1212411</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Qlikview chart with this expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Snapshot_Date = P(Calendar_Date), STATE_M={'LYING'}&amp;gt;} CNTR_DWELL_DAYS_Q * CNTR_Q)/sum({&amp;lt;Snapshot_Date = P(Calendar_Date), STATE_M={'LYING'}&amp;gt;} CNTR_Q)&lt;/P&gt;&lt;P&gt;Attached are the data that qlikview compute and the average excel data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview computes as 6.67 but in excel is 6.63.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help with this? Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 07:48:27 GMT</pubDate>
    <dc:creator>DestinedTale</dc:creator>
    <dc:date>2021-05-20T07:48:27Z</dc:date>
    <item>
      <title>Qlikview average different from excel average</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809278#M1212411</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Qlikview chart with this expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Snapshot_Date = P(Calendar_Date), STATE_M={'LYING'}&amp;gt;} CNTR_DWELL_DAYS_Q * CNTR_Q)/sum({&amp;lt;Snapshot_Date = P(Calendar_Date), STATE_M={'LYING'}&amp;gt;} CNTR_Q)&lt;/P&gt;&lt;P&gt;Attached are the data that qlikview compute and the average excel data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview computes as 6.67 but in excel is 6.63.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help with this? Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 07:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809278#M1212411</guid>
      <dc:creator>DestinedTale</dc:creator>
      <dc:date>2021-05-20T07:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview average different from excel average</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809286#M1212413</link>
      <description>&lt;P&gt;It's hard to pinpoint without access to the excel/QlikView document, but have you considered if it is an rounding error. Could it be that one of your sources have rounded CNTR_Q- values and the other don't. That could affect your total calculation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 06:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809286#M1212413</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-05-20T06:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview average different from excel average</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809319#M1212416</link>
      <description>&lt;P&gt;Hi, i have attached the excel sheet&lt;/P&gt;&lt;P&gt;Initially I suspected that so I try to round it off to 2decimal place in excel but since can't get the figures.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 07:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809319#M1212416</guid>
      <dc:creator>DestinedTale</dc:creator>
      <dc:date>2021-05-20T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview average different from excel average</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809366#M1212423</link>
      <description>&lt;P&gt;Qlik displayed always distinct dimension-values but there could be n duplicates exists. Further there are different modes available how the totals are calculated what means that the total is usually not the result of the showed rows - especially if the expression contained conditions and/or is a rate-calculation.&lt;/P&gt;&lt;P&gt;This means your approach to compare Qlik results by exporting them to Excel and apply there further calculations is in general problematic and needs always the appropriate considerations which raw-data are loaded/processed in which way and then how the results are calculated and shown.&lt;/P&gt;&lt;P&gt;So it's quite unlikely that there is a calculation error else the result didn't fit to your expectation. If you are sure that in the context in which these data are used the total should display the average of the rows you may able to get it by changing the total-mode or you used an aggr-function like:&lt;/P&gt;&lt;P&gt;avg(aggr(YourExpression, Dim1, Dim2))&lt;/P&gt;&lt;P&gt;whereby Dim1 and Dim2 are placeholder for the dimensionally context in which the aggregation should be applied - in your case probably the date-field.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 09:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-average-different-from-excel-average/m-p/1809366#M1212423</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-05-20T09:52:49Z</dc:date>
    </item>
  </channel>
</rss>

