<?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 Greater than today date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198936#M882637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a requirement where I need to show the count where the dates are greater than today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a field name ENDDDATE and I've to count the ENDDATE where it is greater than today date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried count({&amp;lt;Date={"&amp;gt;=Today())&amp;gt;ENDDATE"}&amp;gt;}distinct( Dimension))&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Count({$&amp;lt;ENDDATE={"&amp;gt;=$(date(Today())"} &amp;gt;} Dimension) but the count doesn't matches for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;And my DateFormat='YYYY-MM-DD' both in script and master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823" target="_blank"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859" target="_blank"&gt;loveisfail&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198936#M882637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've a requirement where I need to show the count where the dates are greater than today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a field name ENDDDATE and I've to count the ENDDATE where it is greater than today date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried count({&amp;lt;Date={"&amp;gt;=Today())&amp;gt;ENDDATE"}&amp;gt;}distinct( Dimension))&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Count({$&amp;lt;ENDDATE={"&amp;gt;=$(date(Today())"} &amp;gt;} Dimension) but the count doesn't matches for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;And my DateFormat='YYYY-MM-DD' both in script and master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823" target="_blank"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859" target="_blank"&gt;loveisfail&lt;/A&gt;‌&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/Greater-than-today-date/m-p/1198936#M882637</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198937#M882638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to evaluate a function in dollar sign expansion, use a leading equal sign:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;ENDDATE={"&amp;gt;=$(&lt;STRONG&gt;=&lt;/STRONG&gt;date(Today(),'YYYY-MM-DD')"} &amp;gt;} Dimension) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and make sure that the ENDDATE field format matches the format of your formatted today's date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;edit: Changed date format&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198937#M882638</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-03T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198938#M882639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({$&amp;lt;ENDDATE = {"&amp;gt;=$(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt;Date(Today()&lt;SPAN style="color: #ff0000;"&gt;, 'YYYY-MM-DD'&lt;/SPAN&gt;)&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198938#M882639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198939#M882640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the values in my ENDDATES filed are for future&lt;/P&gt;&lt;P&gt;EX: 2017-05-12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017-08-21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to count the future dates only&lt;/P&gt;&lt;P&gt;I've 4 month year&lt;/P&gt;&lt;P&gt;June-2016&lt;/P&gt;&lt;P&gt;July-2016&lt;/P&gt;&lt;P&gt;Aug-2016&lt;/P&gt;&lt;P&gt;Sep-2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a field STARTDATE but I only wanted to count those dates which has already passed from today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198939#M882640</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198940#M882641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({$&amp;lt;ENDDATE = {"&amp;gt;=$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;Date(Today()&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, 'YYYY-MM-DD'&lt;/SPAN&gt;)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;)&lt;/SPAN&gt;"}&amp;gt;} Dimension)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198940#M882641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198941#M882642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. The count is not matching with the end dates field.&lt;/P&gt;&lt;P&gt;It is also selecting 2016 dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198941#M882642</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198942#M882643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is my Master calendar script and &lt;/P&gt;&lt;P&gt;I've changed the &lt;/P&gt;&lt;P&gt;SET DateFormat='YYYY-MM-DD'; in Main Tab of Script.&lt;/P&gt;&lt;P&gt;And my Date format in xl file are below.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="71"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17" width="71"&gt;2017-06-21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;2017-06-22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;2017-08-29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;2017-09-26&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;2016-06-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;2016-06-24&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Please let me know if i've to make any changes to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198942#M882643</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198943#M882644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want it to count everything greater than or equal to Oct 3rd 2016, right? Nov/Dec 2016 will still be counted? Or do you want to count stuff from 2017 onward?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198943#M882644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T14:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198944#M882647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it and it doesn't work. Your expression is similar to Sunny's expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198944#M882647</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198945#M882649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greater than Today I want to count...&lt;/P&gt;&lt;P&gt;For today it should be &amp;gt; Oct3rd&lt;/P&gt;&lt;P&gt;For tomorrow it should be &amp;gt; Oct4th and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198945#M882649</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198946#M882651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly are you hoping from the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198946#M882651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198947#M882654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just gave you my Master Calendar script to verify if I've done it correctly?&lt;/P&gt;&lt;P&gt;But my aim is to show the Count of dates &amp;gt; today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198947#M882654</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T14:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198948#M882655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, I think it would be more helpful if you can share a sample with the expected output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198948#M882655</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198949#M882656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My test qvw @ &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198949#M882656</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198950#M882659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the chart we are seeing (bar chart) isn't right? What do you want to see instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198950#M882659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T15:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198951#M882660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The counts for employee in bar chart is not matching the Enddates filter on the right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198951#M882660</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198952#M882661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select the first employee, the bar chart count is 19 and the Enddate count in filter is 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198952#M882661</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198953#M882662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for a DISTINCT count of ENDDATE may be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;ENDDATE = {"&amp;gt;=$(=Date(Today(), 'YYYY-MM-DD'))"}&amp;gt;} DISTINCT ENDDATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198953#M882662</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198954#M882663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with the above expression you gave but it still doesn't matches the EndDate count.&lt;/P&gt;&lt;P&gt;Because all of the enddates are for 2017.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198954#M882663</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-10-03T15:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than today date</title>
      <link>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198955#M882664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/arvind654"&gt;arvind654&lt;/A&gt; - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bro, I am confused&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I don't see 19 for the first Employee, I am seeing 18 instead. After using the new expression I see 9 which matches the end dates after today&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139456_Capture.PNG" style="height: 138px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139458_Capture.PNG" style="height: 217px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now can you explain me what exactly are you looking to see &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Greater-than-today-date/m-p/1198955#M882664</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T15:34:04Z</dc:date>
    </item>
  </channel>
</rss>

