<?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 Grouping records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280104#M582532</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;Use this logic to check the entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(ENTRY)=1,'1 Entries',If(Count(ENTRY)=2,'2 Entries',If(Count(ENTRY)=3,'3 Entries')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2011 15:32:22 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2011-10-27T15:32:22Z</dc:date>
    <item>
      <title>Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280102#M582530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in this Group. This is my first request for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading a table with two fields: USER and ENTRY. In this table a USER may have done several ENTRIES. I would like to display how many user have done 1 entry, how many user have done 2 entries, 3 entries, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know an easy way to do this with QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos70&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280102#M582530</guid>
      <dc:creator />
      <dc:date>2011-10-27T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280103#M582531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attachment. Hope that answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280103#M582531</guid>
      <dc:creator />
      <dc:date>2011-10-27T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280104#M582532</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;Use this logic to check the entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(ENTRY)=1,'1 Entries',If(Count(ENTRY)=2,'2 Entries',If(Count(ENTRY)=3,'3 Entries')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280104#M582532</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-27T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280105#M582533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It looks like you have been given some ideas about how to handle this.&lt;/P&gt;&lt;P&gt;Don't forget you can also use aggregation functions inside your script. This will be better if you only want to handle data in your application at the aggregated level, because it will reduce the data size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280105#M582533</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2011-10-27T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280106#M582534</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;See the attached sample file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 15:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280106#M582534</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-27T15:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280107#M582535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, but I guess did not I explain my question well. I hope the attached file will explain it better. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 16:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280107#M582535</guid>
      <dc:creator />
      <dc:date>2011-10-27T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280108#M582536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think its.anandrjs has given you the answer in the Entries.qvw application above.&lt;/P&gt;&lt;P&gt;Just go to the Properties of the chart and change the chart Type from Table to a Chart and choose your favourite style.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 16:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280108#M582536</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2011-10-27T16:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280109#M582537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated document with your data. Only problem couldnt get the zero value for 3 entries thought. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 16:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280109#M582537</guid>
      <dc:creator />
      <dc:date>2011-10-27T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280110#M582538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Kiran.&lt;/P&gt;&lt;P&gt;Exactly what I needed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 16:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280110#M582538</guid>
      <dc:creator />
      <dc:date>2011-10-27T16:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping records</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280111#M582540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Kiran.&lt;/P&gt;&lt;P&gt;Exactly what I needed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 16:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-records/m-p/280111#M582540</guid>
      <dc:creator />
      <dc:date>2011-10-27T16:47:10Z</dc:date>
    </item>
  </channel>
</rss>

