<?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 HELP - Need Count() Group By in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HELP-Need-Count-Group-By/m-p/1170106#M911713</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 need help...&lt;/P&gt;&lt;P&gt;I have internal (qv) tables&lt;/P&gt;&lt;P&gt;(by this command:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;tabA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load ID, surname, name Resident tab1;&lt;/P&gt;&lt;P&gt;tabB:&lt;/P&gt;&lt;P&gt;load ID,knr Resident tab8;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabA:&lt;/P&gt;&lt;P&gt;surname / name / ID&lt;/P&gt;&lt;P&gt;Dred / Michal / 1&lt;/P&gt;&lt;P&gt;Vrb / Martin/ 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabB:&lt;/P&gt;&lt;P&gt;ID / knr&lt;/P&gt;&lt;P&gt;1 / 6421385&lt;/P&gt;&lt;P&gt;1 / 8655642&lt;/P&gt;&lt;P&gt;2 / 3621586&lt;/P&gt;&lt;P&gt;1 / 7846587&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now need table now, where will be count knr per person, so:&lt;/P&gt;&lt;P&gt;tabX:&lt;/P&gt;&lt;P&gt;surname / name / ID / Count()&lt;/P&gt;&lt;P&gt;Dred / Michal / 1 / 3&lt;/P&gt;&lt;P&gt;Vrb / Martin / 2 / 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what type to script for this new tabX?&lt;/P&gt;&lt;P&gt;When I typed "load ID, Count(knr)&amp;nbsp; ...." system writes in column number 4 (real Count(knr), but bad in my case).&lt;/P&gt;&lt;P&gt;Help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>HELP - Need Count() Group By</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-Need-Count-Group-By/m-p/1170106#M911713</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 need help...&lt;/P&gt;&lt;P&gt;I have internal (qv) tables&lt;/P&gt;&lt;P&gt;(by this command:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;tabA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load ID, surname, name Resident tab1;&lt;/P&gt;&lt;P&gt;tabB:&lt;/P&gt;&lt;P&gt;load ID,knr Resident tab8;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabA:&lt;/P&gt;&lt;P&gt;surname / name / ID&lt;/P&gt;&lt;P&gt;Dred / Michal / 1&lt;/P&gt;&lt;P&gt;Vrb / Martin/ 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tabB:&lt;/P&gt;&lt;P&gt;ID / knr&lt;/P&gt;&lt;P&gt;1 / 6421385&lt;/P&gt;&lt;P&gt;1 / 8655642&lt;/P&gt;&lt;P&gt;2 / 3621586&lt;/P&gt;&lt;P&gt;1 / 7846587&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now need table now, where will be count knr per person, so:&lt;/P&gt;&lt;P&gt;tabX:&lt;/P&gt;&lt;P&gt;surname / name / ID / Count()&lt;/P&gt;&lt;P&gt;Dred / Michal / 1 / 3&lt;/P&gt;&lt;P&gt;Vrb / Martin / 2 / 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what type to script for this new tabX?&lt;/P&gt;&lt;P&gt;When I typed "load ID, Count(knr)&amp;nbsp; ...." system writes in column number 4 (real Count(knr), but bad in my case).&lt;/P&gt;&lt;P&gt;Help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-Need-Count-Group-By/m-p/1170106#M911713</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: HELP - Need Count() Group By</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-Need-Count-Group-By/m-p/1170107#M911714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this command resolved it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab9:&lt;/P&gt;&lt;P&gt;load distinct ID,Count(knr) as count Resident tab Group By ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then leftjoin table with surname, name, ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-Need-Count-Group-By/m-p/1170107#M911714</guid>
      <dc:creator />
      <dc:date>2016-06-10T13:55:45Z</dc:date>
    </item>
  </channel>
</rss>

