<?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: how to count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511448#M191101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on how your data model is built, but the easiest way to achieve that is using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT [Person Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store this value in a variable every time a selection is made to the month or the year field, you have to go to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration &amp;gt;&amp;gt; Document Properties...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there, in triggers tab, add a field event procedure to the month and year fields. They must set the variable you want with the count expression every time they change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 08:44:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-21T08:44:08Z</dc:date>
    <item>
      <title>how to count</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511446#M191099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 fields about personnes&amp;nbsp; in an business : on for date of entry (hiring) in the business and one for date of output and on for the name of the personn...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to stok in a variable the amount of personn&amp;nbsp; that are activ in the compagny, when i make a selection (year, onth...) in the dashboard...&lt;/P&gt;&lt;P&gt;ps : some personn can enter and be returned of the compagny more than only 1 time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone help me to make this variable? (i am a beginner in qlikview)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 08:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511446#M191099</guid>
      <dc:creator />
      <dc:date>2013-08-21T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to count</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511447#M191100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the IntervalMatch will help you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 08:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511447#M191100</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2013-08-21T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to count</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511448#M191101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on how your data model is built, but the easiest way to achieve that is using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT [Person Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to store this value in a variable every time a selection is made to the month or the year field, you have to go to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration &amp;gt;&amp;gt; Document Properties...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there, in triggers tab, add a field event procedure to the month and year fields. They must set the variable you want with the count expression every time they change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 08:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511448#M191101</guid>
      <dc:creator />
      <dc:date>2013-08-21T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to count</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511449#M191102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try intervalmatch then count.&lt;/P&gt;&lt;P&gt;after that try this code&lt;/P&gt;&lt;P&gt;=count(distinct [Person Name])&lt;/P&gt;&lt;P&gt;see attached file on interval match&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 08:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511449#M191102</guid>
      <dc:creator />
      <dc:date>2013-08-21T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to count</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511450#M191103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, i'm trying this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 11:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-count/m-p/511450#M191103</guid>
      <dc:creator />
      <dc:date>2013-08-21T11:20:05Z</dc:date>
    </item>
  </channel>
</rss>

