<?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 number of dates (including duplicates) higher than selected date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041054#M85752</link>
    <description>&lt;P&gt;Since the information is not provided regarding the dates column being used here, so I would be going with the basic idea.&lt;/P&gt;
&lt;P&gt;sum(if (dates(datecolumn)&amp;gt;getselectedvalue(datefieldname),1,0))&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2023 16:35:00 GMT</pubDate>
    <dc:creator>deepanshuSh</dc:creator>
    <dc:date>2023-02-22T16:35:00Z</dc:date>
    <item>
      <title>Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041004#M85749</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to count the number dates (not distinct) higher than the selected date (MonthYear), i.e. how many are in the future. I've tried variations of below to no avail. I am happy that the date field formats are compatible, as I've evaluated this separately.&lt;/P&gt;
&lt;P&gt;=Count({&amp;lt;[Temp.Valid Date] ={"&amp;gt;MonthYear"}&amp;gt;}[Temp.Valid Date])&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041004#M85749</guid>
      <dc:creator>zakpullen</dc:creator>
      <dc:date>2023-02-22T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041024#M85750</link>
      <description>&lt;P&gt;=Count({&amp;lt;[Temp.Valid Date]={"&amp;gt;=$(=Max(MonthYear))"}&amp;gt;}[Temp.Valid Date])&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041024#M85750</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-02-22T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041038#M85751</link>
      <description>&lt;P&gt;Thanks. It returns 0 like everything else I've tried.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 16:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041038#M85751</guid>
      <dc:creator>zakpullen</dc:creator>
      <dc:date>2023-02-22T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041054#M85752</link>
      <description>&lt;P&gt;Since the information is not provided regarding the dates column being used here, so I would be going with the basic idea.&lt;/P&gt;
&lt;P&gt;sum(if (dates(datecolumn)&amp;gt;getselectedvalue(datefieldname),1,0))&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 16:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041054#M85752</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2023-02-22T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041200#M85759</link>
      <description>&lt;P&gt;Is there only one possible value for MonthYear?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 02:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041200#M85759</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-02-23T02:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count number of dates (including duplicates) higher than selected date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041920#M85793</link>
      <description>&lt;P&gt;Yes, it will be the selected MonthYear. It will always be the first of that month. Both sets of dates are formatted DD/MM/YYYY.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 11:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-number-of-dates-including-duplicates-higher-than-selected/m-p/2041920#M85793</guid>
      <dc:creator>zakpullen</dc:creator>
      <dc:date>2023-02-24T11:23:35Z</dc:date>
    </item>
  </channel>
</rss>

