<?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: Counting number of dates ina field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445175#M97622</link>
    <description>&lt;P&gt;Perhaps try this way?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=Count(If([Evidence Review]&amp;gt;TimeStamp(Today()), [Evidence Review]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that works, then see if you can do in set analysis. The reason behind the files in your database contains full timestamp and you are comparing with Just date because Today() will give only date format.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2024 09:03:36 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2024-04-26T09:03:36Z</dc:date>
    <item>
      <title>Counting number of dates ina field</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445172#M97621</link>
      <description>&lt;P&gt;I have a field [Evidence Review] which contains dates (in this format:&amp;nbsp;4/25/2025 12:00:00 AM)&lt;/P&gt;
&lt;P&gt;I want to be able to count the number of dates where the review is due in the future.&lt;/P&gt;
&lt;P&gt;I am using the following, but getting zero.&lt;/P&gt;
&lt;P&gt;=Count({&amp;lt;[Evidence Review]={"&amp;gt;$(=Today())"}&amp;gt;} [Evidence Review])&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 09:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445172#M97621</guid>
      <dc:creator>Markbhai</dc:creator>
      <dc:date>2024-04-26T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counting number of dates ina field</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445175#M97622</link>
      <description>&lt;P&gt;Perhaps try this way?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=Count(If([Evidence Review]&amp;gt;TimeStamp(Today()), [Evidence Review]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that works, then see if you can do in set analysis. The reason behind the files in your database contains full timestamp and you are comparing with Just date because Today() will give only date format.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 09:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445175#M97622</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-04-26T09:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Counting number of dates ina field</title>
      <link>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445181#M97623</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;[Evidence Review]={"&amp;gt;$(=Timestamp(Today(),'MM/DD/YYYY hh:mm:ss TT')"}&amp;gt;}&lt;/P&gt;
&lt;P&gt;Alternatively, Convert as a date field in script&lt;/P&gt;
&lt;P&gt;Date(Floor(Timestamp#([Evidence Review],'MM/DD/YYYY hh:mm:ss TT')),'MM/DD/YYYY') as [Evidence Review]&lt;/P&gt;
&lt;P&gt;And then use this set modifier.&lt;/P&gt;
&lt;P&gt;[Evidence Review]={"&amp;gt;$(=Date(Today(),'MM/DD/YYYY'))"}&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 10:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Counting-number-of-dates-ina-field/m-p/2445181#M97623</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-26T10:01:00Z</dc:date>
    </item>
  </channel>
</rss>

