<?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 Counting only today's date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Counting-only-today-s-date/m-p/1629906#M46901</link>
    <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I have some reports I'm concatenating within my script, to be able to produce a historical look at the data as well as the snapshot data of today (current date).&amp;nbsp; The report is run daily so I want to be able to show the current number of clients who are waiting as of today (current date).&amp;nbsp; I have a field I've added into my reports called [WBR_Stat_Date] - this simply contains the date the report is run.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be able to show just today's report, I need to somehow tell Qlikview to just read the data belonging to WBR_Stat_Date of today.&amp;nbsp; It needs to be represented as a number in a text box, but not getting any joy with my set analysis below.&amp;nbsp; Can you help?&amp;nbsp; Many thanks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(count(DISTINCT(&amp;lt;{[WBR_Stat_Date]=today()&amp;gt;}, [WBR_Event_Key])),'#,###')&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 16:36:32 GMT</pubDate>
    <dc:creator>jlampard40</dc:creator>
    <dc:date>2021-12-22T16:36:32Z</dc:date>
    <item>
      <title>Counting only today's date</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-only-today-s-date/m-p/1629906#M46901</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I have some reports I'm concatenating within my script, to be able to produce a historical look at the data as well as the snapshot data of today (current date).&amp;nbsp; The report is run daily so I want to be able to show the current number of clients who are waiting as of today (current date).&amp;nbsp; I have a field I've added into my reports called [WBR_Stat_Date] - this simply contains the date the report is run.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be able to show just today's report, I need to somehow tell Qlikview to just read the data belonging to WBR_Stat_Date of today.&amp;nbsp; It needs to be represented as a number in a text box, but not getting any joy with my set analysis below.&amp;nbsp; Can you help?&amp;nbsp; Many thanks.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(count(DISTINCT(&amp;lt;{[WBR_Stat_Date]=today()&amp;gt;}, [WBR_Event_Key])),'#,###')&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-only-today-s-date/m-p/1629906#M46901</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2021-12-22T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Counting only today's date</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-only-today-s-date/m-p/1630017#M46917</link>
      <description>&lt;P&gt;Try like this (just like you have it in your other post)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({$&amp;lt;[WBR_Stat_Date]={"$(=Date(Today(),'DD/MM/YYYY'))"}&amp;gt;} DISTINCT [WBR_Event_Key])&lt;/LI-CODE&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Median-for-today-s-date-only/m-p/1629930/highlight/false#M46903" target="_self"&gt;Median for today's date only&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-only-today-s-date/m-p/1630017#M46917</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-01T11:59:08Z</dc:date>
    </item>
  </channel>
</rss>

