<?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 Average Jobs Per Day Filtering Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-Jobs-Per-Day-Filtering-Issue/m-p/825785#M1044112</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 am creating an expression that shows the average number of jobs that an employee does per day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression: Avg({$&amp;lt;[Job Type]='CSE'&amp;gt;} Aggr( Count(DISTINCT NotifNo), NotifDateKey) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works on an indiviual level:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72241_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;However, when i don't filter for individuals, the expression doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72242_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How do I change my expression so that it only averages that individuals jobs rather than looking at the entire data set for each employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be gretaly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 01:02:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-27T01:02:53Z</dc:date>
    <item>
      <title>Average Jobs Per Day Filtering Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Jobs-Per-Day-Filtering-Issue/m-p/825785#M1044112</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 am creating an expression that shows the average number of jobs that an employee does per day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression: Avg({$&amp;lt;[Job Type]='CSE'&amp;gt;} Aggr( Count(DISTINCT NotifNo), NotifDateKey) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works on an indiviual level:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72241_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;However, when i don't filter for individuals, the expression doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/72242_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How do I change my expression so that it only averages that individuals jobs rather than looking at the entire data set for each employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be gretaly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 01:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Jobs-Per-Day-Filtering-Issue/m-p/825785#M1044112</guid>
      <dc:creator />
      <dc:date>2014-11-27T01:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Average Jobs Per Day Filtering Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Jobs-Per-Day-Filtering-Issue/m-p/825786#M1044113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Avg({$&amp;lt;[Job Type]='CSE'&amp;gt;} Aggr( Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;[Job Type]='CSE'&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;DISTINCT NotifNo), NotifDateKey) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 02:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Jobs-Per-Day-Filtering-Issue/m-p/825786#M1044113</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-27T02:39:24Z</dc:date>
    </item>
  </channel>
</rss>

