<?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: Grouping Data and Counting. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437703#M1151745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached.&amp;nbsp; Is this what you are after?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The bands are respective of what you have above.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 09:29:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-08T09:29:58Z</dc:date>
    <item>
      <title>Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437697#M1151739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Qlikview. I am trying to accomplish the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 25,000 users and their monthly spending. I have grouped then as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a List box with Month.I have one char which displays Month wise total number of usesr who uses credit card.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40742" alt="Month_Users.PNG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/40742_Month_Users.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;For the above char I used the following: Dimension: YYMONTH&lt;/P&gt;&lt;P&gt;Experession Count (DISTINCT USER_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to group them&lt;/P&gt;&lt;P&gt;I have a field called CHARGED_AMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count number of users who spent &amp;lt;1000&lt;/P&gt;&lt;P&gt;Count number of Users who spent 1000-4999&lt;/P&gt;&lt;P&gt;Count number of users who spent 5000-9999&lt;/P&gt;&lt;P&gt;Count number of users who spent 10000-19999&lt;/P&gt;&lt;P&gt;Count number of users who spent &amp;gt;20000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I count?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 08:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437697#M1151739</guid>
      <dc:creator />
      <dc:date>2013-05-08T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437698#M1151740</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;Try the following expression(s):&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;Amount={'&amp;lt;1000'}&amp;gt;} DISTINCT USER_ID)&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;Amount={'&amp;gt;=1000&amp;lt;5000'}&amp;gt;} DISTINCT USER_ID) etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 08:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437698#M1151740</guid>
      <dc:creator />
      <dc:date>2013-05-08T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437699#M1151741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI cchhatralia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I did as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSION: CREDIT_CARD_MODEL (we have only one credit card model&lt;/P&gt;&lt;P&gt;Experession: Count ({&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;CHARGED_AMOUNT&lt;/SPAN&gt;={'&amp;lt;1000'}&amp;gt;} &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;USER_ID&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the outcome is slightly different. It calculates number of times the user spend less then 1000. Since I have 5 months data and the user spent every month less then 1000 for the past 5 months it calculates 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40745" class="jive-image-thumbnail jive-image" onclick="" alt="Count_users_lessthan_100_spent.PNG" src="https://community.qlik.com/legacyfs/online/40745_Count_users_lessthan_100_spent.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add additional dimension. but looks like the result I am expecting is different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want First coulum Total number of User who spent &amp;lt; 1000. Remember I have a list box which contains months. We have 5 months of data. So the user may spent each month some amount. I can select YYMM from my listbox which will narrowdown on month basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 08:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437699#M1151741</guid>
      <dc:creator />
      <dc:date>2013-05-08T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437700#M1151742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you able to post a sample doc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 08:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437700#M1151742</guid>
      <dc:creator />
      <dc:date>2013-05-08T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437701#M1151743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Thanks I have attached a dummy data file here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437701#M1151743</guid>
      <dc:creator />
      <dc:date>2013-05-08T09:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437702#M1151744</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;You cat able to use Class() function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/65352"&gt;http://community.qlik.com/thread/65352&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cat able to use Dual() function and if() Condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX : &lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/thread/4328"&gt;http://community.qlik.com/thread/4328&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you want more details share Sample. I can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437702#M1151744</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-08T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437703#M1151745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached.&amp;nbsp; Is this what you are after?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The bands are respective of what you have above.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437703#M1151745</guid>
      <dc:creator />
      <dc:date>2013-05-08T09:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping Data and Counting.</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437704#M1151746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you cchhatralia. Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Nice of you helping me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 09:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-Data-and-Counting/m-p/437704#M1151746</guid>
      <dc:creator />
      <dc:date>2013-05-08T09:38:16Z</dc:date>
    </item>
  </channel>
</rss>

