<?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 How to agregate data simply ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146582#M25118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody can help ? &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2009 18:42:27 GMT</pubDate>
    <dc:creator>oxiofrt</dc:creator>
    <dc:date>2009-06-12T18:42:27Z</dc:date>
    <item>
      <title>How to agregate data simply ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146581#M25117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am able to calculate an indicator on the finest level of the information available : CODE_CENTRE, DT, HOUR.&lt;/P&gt;&lt;P&gt;But I am not able to agregate this indicator at different higher levels :&lt;BR /&gt;- CODE_CENTRE + DT&lt;BR /&gt;- CODE_CENTRE + MONTH&lt;BR /&gt;- CODE_CENTRE&lt;BR /&gt;&lt;BR /&gt;The possibility to include / exclude TYPE_GARDE should be always available.&lt;/P&gt;&lt;P&gt;The application herejoined is detailing the matter.&lt;/P&gt;&lt;P&gt;Thanks a lot four your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146581#M25117</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2009-06-11T15:15:24Z</dc:date>
    </item>
    <item>
      <title>How to agregate data simply ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146582#M25118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody can help ? &lt;IMG alt="Sad" src="http://community.qlik.com/emoticons/emotion-6.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 18:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146582#M25118</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2009-06-12T18:42:27Z</dc:date>
    </item>
    <item>
      <title>How to agregate data simply ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146583#M25119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you look at CODE_CENTRE + DT for example 10/01/08 you have 24 values for NB_AGENTS_MIN so QlikView doesn't know what to show, one of the 13 8:s or one of the 11 9:s. Since there are several possible values you need to use an aggregation function to show what you want. I'm not sure if you want to show 8, 9 or an average of the two but you can use either:&lt;/P&gt;&lt;P&gt;min(NB_AGENTS_MIN)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;max(NB_AGENTS_MIN)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;avg(NB_AGENTS_MIN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//jsn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 19:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146583#M25119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-12T19:32:46Z</dc:date>
    </item>
    <item>
      <title>How to agregate data simply ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146584#M25120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;You are right, everything is a matter of aggregation. I have read once again my post and what is defined within the application is by far more accurate (under the "summary" table).&lt;/P&gt;&lt;P&gt;It's easier to understand going from right to left, from the lowest level to the highest, from "Missing number of hours (-)" to "Number of days (-)".&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Missing number of hours (-)"&lt;/STRONG&gt; consists in analyzing each hour of each day and comparing if the real number of persons (sum(NB_AGENTS)) is inferior to the theorical number of persons (NB_AGENTS_MIN which may vary from one hour to another as you have noticed) .&lt;BR /&gt;For each hour, I count one for each number of person below the required level. If two persons are missing, I would count 2 and so on. The sum of this indicator is compared with the theorical total number of human hours that should have been done.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Number of hours (-) "&lt;/STRONG&gt; consists in analyzing each hour of each day and comparing if the real number of persons (sum(NB_AGENTS)) is inferior to the theorical number of persons (NB_AGENTS_MIN which may vary from one hour to another as you have noticed) .&lt;BR /&gt;For each hour, I count only one whenever on or several person are missing. I count 0 if the required number of people is reached or higher&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Number of days (-) "&lt;/STRONG&gt; consists in analyzing each hour of each day and comparing if the real number of persons (sum(NB_AGENTS)) is inferior to the theorical number of persons (NB_AGENTS_MIN which may vary from one hour to another as you have noticed) at least one hour in the day .&lt;BR /&gt;If so I count 1 for the whole day, if not I count 0. It doesn't take into account if only one or several person are missing or if it occurs the whole day or only one hour.&lt;/P&gt;&lt;P&gt;I'm still trying to get it but I may not have understood deeply how aggregation really works &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot if you can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 20:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-agregate-data-simply/m-p/146584#M25120</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2009-06-12T20:01:45Z</dc:date>
    </item>
  </channel>
</rss>

