<?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: Show todays amount of users and yesterdays amount of users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252582#M855509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but both expressions give me a 0 count and I'm totally sure that the logfiles show use on today and yesterday. I also had a problem with the syntax when I copied your lines of expressions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-13_7-18-31.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152875_2017-02-13_7-18-31.png" style="height: 518px; width: 620px;" /&gt;&lt;IMG alt="2017-02-13_7-18-57.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152876_2017-02-13_7-18-57.png" style="height: 518px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Note: I changed 'User' to 'User_ID', because that is how the User is defined in my tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 06:20:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-13T06:20:18Z</dc:date>
    <item>
      <title>Show todays amount of users and yesterdays amount of users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252580#M855507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to create 2 text objects with 2 expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st. Count the amount of users of today (by using the Today() function). &lt;/P&gt;&lt;P&gt;2nd. Count &lt;SPAN style="font-size: 13.3333px;"&gt;the amount of users of yesterday (by using the Date(Today()-1) function). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;If I look at the objects today (10-02-2017) I can see 5 users today and the text&lt;/P&gt;&lt;P&gt;object with the amount of users of yesterday shows 6.&lt;/P&gt;&lt;P&gt;Then if I look at the same objects the next day, I want to see the amount of users of that day (11-02-2017) &lt;BR /&gt;and the 5 users of yesterday (10-02-2017).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me out with this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo&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/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252580#M855507</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show todays amount of users and yesterdays amount of users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252581#M855508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could get it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; Date = {"$(=today())"}&amp;gt;] User)&lt;/P&gt;&lt;P&gt;count({&amp;lt; Date = {"$(=date(today()-1))"}&amp;gt;] User)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252581#M855508</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-10T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show todays amount of users and yesterdays amount of users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252582#M855509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but both expressions give me a 0 count and I'm totally sure that the logfiles show use on today and yesterday. I also had a problem with the syntax when I copied your lines of expressions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-13_7-18-31.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152875_2017-02-13_7-18-31.png" style="height: 518px; width: 620px;" /&gt;&lt;IMG alt="2017-02-13_7-18-57.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152876_2017-02-13_7-18-57.png" style="height: 518px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Note: I changed 'User' to 'User_ID', because that is how the User is defined in my tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 06:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252582#M855509</guid>
      <dc:creator />
      <dc:date>2017-02-13T06:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show todays amount of users and yesterdays amount of users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252583#M855511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within my suggestion is a small typo which needs to be corrected - the square bracket must be a curved bracket (which also caused the red-lines by the field User_ID from the syntax-checker):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; Date = {"$(=today())"}&amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; User)&lt;/P&gt;&lt;P&gt;count({&amp;lt; Date = {"$(=date(today()-1))"}&amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; User)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this make sure that Date is really a date and not a timestamp - if it it needs to be cut with floor() - and that Date has the same formatting as your default date-formatting defined by the variables with which your script starts. If this format is different from Date you need to adjust either this variable or extend the date-function within the set analysis to your needed format, like: date(Date, 'YourDateFormat').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252583#M855511</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-13T07:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show todays amount of users and yesterdays amount of users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252584#M855512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked, Thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It was indeed a problem with the timestamp. I changed the date field to a date field that had a normal notation instead of a timestamp notation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 09:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-todays-amount-of-users-and-yesterdays-amount-of-users/m-p/1252584#M855512</guid>
      <dc:creator />
      <dc:date>2017-02-13T09:06:48Z</dc:date>
    </item>
  </channel>
</rss>

