<?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: Aggregating by ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454486#M558500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 09:42:44 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2013-06-10T09:42:44Z</dc:date>
    <item>
      <title>Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454479#M558491</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 would like to display data by categories (such as the book "QlikView 11 for Developers" explains in a chapter "nested aggregation with aggr()).&lt;/P&gt;&lt;P&gt;Background: In that chapter, the dimension is the nr. of flights a carrier serves and the formula is the nr. and name(s) of the respective carrier(s).&lt;/P&gt;&lt;P&gt;I would like to do this a little different: We have about 850 employees and I want to display the nr. of overtime-hrs. per employee - but there might be up to 850 distinct values in the "nr. of overtime hrs" part - probably less, but even 100 is too much, making the display very confusing.&lt;/P&gt;&lt;P&gt;Instead, I want to build categories like "1-10 hrs.", "11 to 20 hrs." etc.&lt;/P&gt;&lt;P&gt;Can anyone tell me how I have to modify the aggr() function to accomplish that?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 07:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454479#M558491</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T07:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454480#M558492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR(RANK(SUM(VALUE)),MONTH,DIM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I use month and dim 2 dimensions chage as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 07:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454480#M558492</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-06-10T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454481#M558493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Request you to create small demo and attach to help you in better. what exact you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 08:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454481#M558493</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-06-10T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454482#M558494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454482#M558494</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T09:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454483#M558495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454483#M558495</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454484#M558496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454484#M558496</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454485#M558498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454485#M558498</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454486#M558500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating demo files is always a fickle task in my case since all the data I'm dealing with is sensitive, all the more this time as I'm handling personell data. Also, it takes time which I never have. Still, I have made a small Excel file for you that will at least show you what I want to see at the end of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this diagram, I will need some possibility to drill down into one category and see the actual personell_numbers so that the respective employees can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula is not difficult - a sum(distinct count(personell_nr)) will do I guess. The difficult part is the dimension.&lt;/P&gt;&lt;P&gt;I have to load all records anyway, so I guess I can easily attach a table_diagram with the details (the individual personell_numbers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454486#M558500</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454487#M558502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not getting any excel file attached ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 10:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454487#M558502</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-06-10T10:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating by ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454488#M558503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops - you're right. Sorry, I was having some trouble sending my post and I forgot.&lt;/P&gt;&lt;P&gt;Here it comes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 10:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-by-ranges/m-p/454488#M558503</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-06-10T10:46:55Z</dc:date>
    </item>
  </channel>
</rss>

