<?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: count users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574282#M1103790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;Dimension = MonthYear&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;= Count(Distinct userID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2014 13:30:02 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-03-28T13:30:02Z</dc:date>
    <item>
      <title>count users</title>
      <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574279#M1103787</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 want to count users per monthyear and I am using an expression in a straight table to do so. &lt;/P&gt;&lt;P&gt;The expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =Count(DISTINCT userID({&amp;lt;monthyear = {'January 2013'}&amp;gt;} userID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously there is something wrong with this expression, can someone help me correct it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-users/m-p/574279#M1103787</guid>
      <dc:creator />
      <dc:date>2014-03-28T13:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: count users</title>
      <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574280#M1103788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Count({&amp;lt;monthyear = {'January 2013'}&amp;gt;} distinct userID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-users/m-p/574280#M1103788</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-28T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: count users</title>
      <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574281#M1103789</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 this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count(DISTINCT {&amp;lt;monthyear = {'January 2013'}&amp;gt;} userID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aurélien&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-users/m-p/574281#M1103789</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2014-03-28T13:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: count users</title>
      <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574282#M1103790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;Dimension = MonthYear&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;= Count(Distinct userID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-users/m-p/574282#M1103790</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-28T13:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: count users</title>
      <link>https://community.qlik.com/t5/QlikView/count-users/m-p/574283#M1103791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 13:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-users/m-p/574283#M1103791</guid>
      <dc:creator />
      <dc:date>2014-03-28T13:30:12Z</dc:date>
    </item>
  </channel>
</rss>

