<?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: Issue with Average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709552#M1068539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide me some proper 10 lines sample data. Would like to help you on this matter...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 13:09:37 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-09-04T13:09:37Z</dc:date>
    <item>
      <title>Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709546#M1068533</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;&lt;/P&gt;&lt;P&gt;I had come up with a scenario, where I should calculate the number of days between two dates for a particular instance. Then after calculating the days between them, i need the avg of those days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the expression I gave avg(Days), when I cross check the data manually it is varying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So should i write something else in the expression??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709546#M1068533</guid>
      <dc:creator />
      <dc:date>2014-09-04T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709547#M1068534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number of Days between two Dates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(Date2-Date1,'dd')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But don't get the logic behind Avg of this !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709547#M1068534</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-04T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709548#M1068535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;avg(Date2 - Date1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709548#M1068535</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-04T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709549#M1068536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had calculated the number of days with networkdays formula, where i'm able to achieve the days.&lt;/P&gt;&lt;P&gt;But the issue with calculating the average of all those days.&lt;/P&gt;&lt;P&gt;Eg..&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;these are the days with respect to some instance, now the average of (3,4,5,6) i need, when i use avg(days) its giving wrong results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709549#M1068536</guid>
      <dc:creator />
      <dc:date>2014-09-04T11:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709550#M1068537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use &lt;/P&gt;&lt;P&gt;Aggr(Avg(Days),YourDimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 12:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709550#M1068537</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-04T12:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709551#M1068538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried, but it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709551#M1068538</guid>
      <dc:creator />
      <dc:date>2014-09-04T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709552#M1068539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide me some proper 10 lines sample data. Would like to help you on this matter...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709552#M1068539</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-04T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Average</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709553#M1068540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed one logic in the script, now I have fixed and able to get the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 05:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-Average/m-p/709553#M1068540</guid>
      <dc:creator />
      <dc:date>2014-09-11T05:50:11Z</dc:date>
    </item>
  </channel>
</rss>

