<?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 Frequency Distribution Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Frequency-Distribution-Chart/m-p/221167#M74001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the moment I have a range of values ranging from 0 - 10,000 and what I'm trying to do is to sort these values in 500 increments so that i can then count the amount of times values fall under each respective banner and build a frequency distribution.&lt;/P&gt;&lt;P&gt;Random Values for Example:&lt;/P&gt;&lt;P&gt;1245&lt;/P&gt;&lt;P&gt;2144&lt;/P&gt;&lt;P&gt;567&lt;/P&gt;&lt;P&gt;267&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;2567&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how i wan them sorted is :&lt;/P&gt;&lt;P&gt;&amp;lt; 500 = 1&lt;/P&gt;&lt;P&gt;500-1000 = 1&lt;/P&gt;&lt;P&gt;1000-1500 = 1&lt;/P&gt;&lt;P&gt;1500-2000 = 0&lt;/P&gt;&lt;P&gt;2000-2500= 0&lt;/P&gt;&lt;P&gt;2500-3000 = 2&lt;/P&gt;&lt;P&gt;The values I have are sourcing from a .csv file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The row name i am trying to sort is called DAYS, I have tried the following expression but it does not give me what i want&lt;/P&gt;&lt;P&gt;count(DAYS &amp;gt; 500 and DAYS &amp;lt;=1000) as '500-1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Apr 2010 05:21:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-22T05:21:10Z</dc:date>
    <item>
      <title>Frequency Distribution Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Frequency-Distribution-Chart/m-p/221167#M74001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the moment I have a range of values ranging from 0 - 10,000 and what I'm trying to do is to sort these values in 500 increments so that i can then count the amount of times values fall under each respective banner and build a frequency distribution.&lt;/P&gt;&lt;P&gt;Random Values for Example:&lt;/P&gt;&lt;P&gt;1245&lt;/P&gt;&lt;P&gt;2144&lt;/P&gt;&lt;P&gt;567&lt;/P&gt;&lt;P&gt;267&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;2567&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how i wan them sorted is :&lt;/P&gt;&lt;P&gt;&amp;lt; 500 = 1&lt;/P&gt;&lt;P&gt;500-1000 = 1&lt;/P&gt;&lt;P&gt;1000-1500 = 1&lt;/P&gt;&lt;P&gt;1500-2000 = 0&lt;/P&gt;&lt;P&gt;2000-2500= 0&lt;/P&gt;&lt;P&gt;2500-3000 = 2&lt;/P&gt;&lt;P&gt;The values I have are sourcing from a .csv file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The row name i am trying to sort is called DAYS, I have tried the following expression but it does not give me what i want&lt;/P&gt;&lt;P&gt;count(DAYS &amp;gt; 500 and DAYS &amp;lt;=1000) as '500-1000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 05:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Frequency-Distribution-Chart/m-p/221167#M74001</guid>
      <dc:creator />
      <dc:date>2010-04-22T05:21:10Z</dc:date>
    </item>
    <item>
      <title>Frequency Distribution Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Frequency-Distribution-Chart/m-p/221168#M74002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nick,&lt;/P&gt;&lt;P&gt;Try this in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Class([DAYS], 500)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 05:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Frequency-Distribution-Chart/m-p/221168#M74002</guid>
      <dc:creator />
      <dc:date>2010-04-22T05:56:10Z</dc:date>
    </item>
  </channel>
</rss>

