<?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: Average calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423097#M429020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny.&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 23:06:26 GMT</pubDate>
    <dc:creator>ramyasaiqv</dc:creator>
    <dc:date>2017-09-01T23:06:26Z</dc:date>
    <item>
      <title>Average calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423093#M429016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I’m just trying to calculate the average of the Items across the months and having issue when there is no data (N/A) .&lt;/P&gt;&lt;P&gt;The issue is as seen in the attached excel and qvf when there is no data (either 0, -, N/A) my expression is not calculating the average correctly.&lt;/P&gt;&lt;P&gt;For example: in the attached excel there are 5 items and&amp;nbsp;&amp;nbsp; for Jan-17 item ‘XLS’ doesn’t have data (the value is N/A) . The expression I wrote is calculating the average as 2.64 which was supposed to be 3.3. This is happening because instead of 4 items my expression is considering 5 items (even though Item XLS has N/A). Please someone help me to resolve this issue. Thank you,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 05:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423093#M429016</guid>
      <dc:creator>ramyasaiqv</dc:creator>
      <dc:date>2017-09-01T05:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Average calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423094#M429017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175327_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 05:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423094#M429017</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-01T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Average calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423095#M429018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Thank you so much for the response it worked for one of the expressions.&amp;nbsp; I have one more expression which is bit complicated and don’t know how to use avg over sum function. Please can you help me with this?&lt;/P&gt;&lt;P&gt;It’s the same data the bottom chart is across months and the top chart is across last month of every quarter (except current quarter)&lt;/P&gt;&lt;P&gt;I have attached the qvf for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 16:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423095#M429018</guid>
      <dc:creator>ramyasaiqv</dc:creator>
      <dc:date>2017-09-01T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Average calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423096#M429019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(If(YYYYMM = Max(TOTAL {&amp;lt;Data -= {'N/A'}&amp;gt;} YYYYMM), Data, If(mod(MonthNum,3) = 0 , Data)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 17:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423096#M429019</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-01T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Average calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423097#M429020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny.&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 23:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-calculation/m-p/1423097#M429020</guid>
      <dc:creator>ramyasaiqv</dc:creator>
      <dc:date>2017-09-01T23:06:26Z</dc:date>
    </item>
  </channel>
</rss>

