<?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 Count Total Number of Active Users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354026#M1174761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think to fix your first formula, it should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if((today()-date(DataPullDate))&amp;lt;=15,count(distinct LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for Using QV11 with Server 10, yeah, that is a problem.&amp;nbsp; You should upgrade to Server11, or you could try a conditional calculation, or conditional sort.&amp;nbsp; You'd have to play around with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2012 16:35:15 GMT</pubDate>
    <dc:creator>hallquist_nate</dc:creator>
    <dc:date>2012-04-17T16:35:15Z</dc:date>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354025#M1174760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;I am trying to count the number of active users who are able to use mobile email service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;My criteria of an active users is that they should have consecutive log in for 15 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;These are the possible formula that I created as a variable which didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if({(today()-date(DataPullDate))&amp;lt;=15},count(LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial; min-height: 8pt; height: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= count&amp;nbsp; ( distinct(if (today() - date([Last Success Sync])&amp;lt;90),[LoginName]))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the past thread that I &lt;A _jive_internal="true" class="active_link" href="https://community.qlik.com/message/207215#207215"&gt;have&lt;/A&gt;, I was given a formula &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;STRONG&gt; =Count({&amp;lt;LoginName={"=(today()-date(DataPullDate))&amp;lt;=15"}&amp;gt;} LoginName)&lt;/STRONG&gt; but it is not showing the correct numbers of active users who logged in for 15 days.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Moreover&lt;/STRONG&gt;, I am using QlikView 11 but our server is using qlikview 10 so in my straight table, the settings that I have indicated in the Dimension Limits to show records that are greater or equal to 90 is not working. I think the problem is here that the settings in version 11 is not supported by our server which is currently in version 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13040_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 02:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354025#M1174760</guid>
      <dc:creator />
      <dc:date>2012-04-17T02:02:01Z</dc:date>
    </item>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354026#M1174761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think to fix your first formula, it should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if((today()-date(DataPullDate))&amp;lt;=15,count(distinct LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for Using QV11 with Server 10, yeah, that is a problem.&amp;nbsp; You should upgrade to Server11, or you could try a conditional calculation, or conditional sort.&amp;nbsp; You'd have to play around with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 16:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354026#M1174761</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2012-04-17T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354027#M1174762</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use like below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt; = if((Num(today())-Num(DataPullDate))&amp;lt;=15},count(LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="min-height: 8pt; height: 8pt;"&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial; min-height: 8pt; height: 8pt;"&gt; &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=&amp;nbsp; if((Num(today())-Num([Last Success Sync]))&amp;lt;=90},count(Distinct LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iyyappan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 17:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354027#M1174762</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2012-04-17T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354028#M1174763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It Iyyappan V, it didn't work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; Moreover, I observed you used a close bracket but there is no open bracket in your formula, are trying to establish a set expression? If yes, I put the open bracket as shown below, but still didn't work... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= if(&lt;STRONG&gt;{&lt;/STRONG&gt;(Num(today())-Num(DataPullDate))&amp;lt;=15&lt;STRONG&gt;}&lt;/STRONG&gt;,count(LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial; min-height: 8pt; height: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=&amp;nbsp; if(&lt;STRONG&gt;{&lt;/STRONG&gt;(Num(today())-Num([Last Success Sync]))&amp;lt;=90&lt;STRONG&gt;}&lt;/STRONG&gt;,count(Distinct LoginName))&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 00:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354028#M1174763</guid>
      <dc:creator />
      <dc:date>2012-04-19T00:43:13Z</dc:date>
    </item>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354029#M1174765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that formula before but it didn't give me any values... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 00:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354029#M1174765</guid>
      <dc:creator />
      <dc:date>2012-04-19T00:45:34Z</dc:date>
    </item>
    <item>
      <title>Count Total Number of Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354030#M1174769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to make a flag in your loading script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you could do is something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ....&lt;/P&gt;&lt;P&gt;LoginName,&lt;/P&gt;&lt;P&gt;LastSuccessSync,&lt;/P&gt;&lt;P&gt;IF (LEFT((NUM(Today())),5)-LEFT(NUM(MAX(LastSuccessSync)),5) &amp;lt; 15 , 1) as CountActive.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this way you could use :&amp;nbsp;&amp;nbsp; Sum(CountActive)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 09:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Total-Number-of-Active-Users/m-p/354030#M1174769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-19T09:24:06Z</dc:date>
    </item>
  </channel>
</rss>

