<?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: Help with counting instances in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720431#M1078372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would something like this in the load script help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(Technician)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as TechnicianCount&lt;/P&gt;&lt;P&gt;from ..............&lt;/P&gt;&lt;P&gt;group by Date , Location &lt;/P&gt;&lt;P&gt;sorted by Date , Location &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 17:19:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-21T17:19:40Z</dc:date>
    <item>
      <title>Help with counting instances</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720430#M1078371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably wont explain this well but here goes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a file that has a list of dates, locations and technicians. What I would like to do is show how many technicians were at a location on a certain date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I would also really like to do is create a list displaying 5, 4, 3, 2, or 1 technicians on site, so that when the user clicks on a number it will display all data for a location, for example clicking on 5 then all data that had 5 technicians there, or 4 technicians and so forth on a certain date will be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adam &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720430#M1078371</guid>
      <dc:creator />
      <dc:date>2014-07-21T17:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with counting instances</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720431#M1078372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would something like this in the load script help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(Technician)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as TechnicianCount&lt;/P&gt;&lt;P&gt;from ..............&lt;/P&gt;&lt;P&gt;group by Date , Location &lt;/P&gt;&lt;P&gt;sorted by Date , Location &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720431#M1078372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with counting instances</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720432#M1078373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a Count(technicians) field in you script and group by Location and Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Not sure if this would work but create an expression list box.&amp;nbsp;&amp;nbsp; AGGR(Count(technician),date,location)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720432#M1078373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T17:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with counting instances</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720433#M1078374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the list box of date add a expression like count(technician) it will display like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;21-jul-14 4&lt;/P&gt;&lt;P&gt;12-jul-14 5&lt;/P&gt;&lt;P&gt;20-jul-14 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720433#M1078374</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-21T17:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with counting instances</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720434#M1078375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone on this, was staring at me all along but this has worked fantastically. Its unfortunate I can only mark one post as the correct answer as all seem to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and all the best!&lt;BR /&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 18:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-counting-instances/m-p/720434#M1078375</guid>
      <dc:creator />
      <dc:date>2014-07-21T18:49:42Z</dc:date>
    </item>
  </channel>
</rss>

