<?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 employee by comparing date with system-date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965178#M966428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opps - you are quite right!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 07:38:48 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-09-30T07:38:48Z</dc:date>
    <item>
      <title>counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965171#M966421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i am trying to count policy for that i did count(employee id). it showing all the policies including expired also.&lt;/P&gt;&lt;P&gt;what i need is i need to compare the date like&lt;/P&gt;&lt;P&gt;expired date&amp;gt;=system date. then it will show only active policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i did in backend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;EMPLOYEE_POL_ID as EMPLOYEE_POL_ID_resid,&lt;/P&gt;&lt;P&gt;PLAN_ID as PLAN_ID_resid,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID,&lt;/P&gt;&lt;P&gt;MEMBER_EXIT_DATE as MEMBER_EXIT_DATE_resid,&lt;/P&gt;&lt;P&gt;if(date(MEMBER_EXIT_DATE)&amp;gt;=date(Today()),count(EMPLOYEE_ID)) as new_id&lt;/P&gt;&lt;P&gt;Resident EMPLOYEE Group by EMPLOYEE_POL_ID,PLAN_ID,EMPLOYEE_ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while loading it shows error in expression.&lt;/P&gt;&lt;P&gt;can anyone tell me what i am doing wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965171#M966421</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965172#M966422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;EMPLOYEE_POL_ID as EMPLOYEE_POL_ID_resid,&lt;/P&gt;&lt;P&gt;PLAN_ID as PLAN_ID_resid,&lt;/P&gt;&lt;P&gt;EMPLOYEE_ID,&lt;/P&gt;&lt;P&gt;MEMBER_EXIT_DATE as MEMBER_EXIT_DATE_resid,&lt;/P&gt;&lt;P&gt;if(date(MEMBER_EXIT_DATE)&amp;gt;=date(Today()),count(EMPLOYEE_ID)) as new_id&lt;/P&gt;&lt;P&gt;Resident EMPLOYEE &lt;/P&gt;&lt;P&gt;Group by EMPLOYEE_POL_ID,PLAN_ID,EMPLOYEE_ID,&lt;STRONG&gt;MEMBER_EXIT_DATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965172#M966422</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-30T07:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965173#M966423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MEMBER_EXIT_DATE comparison with system-date is correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965173#M966423</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965174#M966424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the format of your date? is it a date or a string? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965174#M966424</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-30T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965175#M966425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MEMBER_EXIT_DATE in the Group By as already explained.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I think that the new_id line should read like one of these:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count(if(MEMBER_EXIT_DATE &amp;gt;= Today(), EMPLOYEE_ID)) as new_id&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Count({&amp;lt;MEMBER_EXIT_DATE = {"&amp;gt;=$(=Today())"}&amp;gt;}, EMPLOYEE_ID) as new_id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965175#M966425</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-30T07:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965176#M966426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its correct comparision! Alternatively you can have another column as policy status (Active,Inactive) for those who expired date is less than or greater than today()..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965176#M966426</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-30T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965177#M966427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jonathan,&lt;/P&gt;&lt;P&gt;second one is set analysis so it is not possible in backend right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965177#M966427</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T07:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965178#M966428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opps - you are quite right!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965178#M966428</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-30T07:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965179#M966429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my comparison with system date is correct? because it is showing wrong values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965179#M966429</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965180#M966430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MEMBER_EXIT_DATE being read as a date (numeric) or string. If you create a list box, the values will right align if they are numeric.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are strings, then you need to convert them to dates for the comparison to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(date(MEMBER_EXIT_DATE)&amp;gt;=date(Today()),count(EMPLOYEE_ID)) as new_id&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; EMPLOYEE_POL_ID as EMPLOYEE_POL_ID_resid,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; PLAN_ID as PLAN_ID_resid,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; EMPLOYEE_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date(Date#(MEMBER_EXIT_DATE, '&lt;STRONG&gt;YYYY.MM.DD&lt;/STRONG&gt;')) as MEMBER_EXIT_DATE_resid&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident EMPLOYEE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; EMPLOYEE_POL_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; PLAN_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; EMPLOYEE_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; MEMBER_EXIT_DATE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bold text should be the format used in MEMBER_EXIT_DATE. The preceding load means that we only need to do the conversion once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965180#M966430</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-30T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965181#M966431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="t1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100461_t1.png" style="height: 482px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965181#M966431</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-30T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965182#M966432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could be because of date field value. Load the date field separately like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(MEMBER_EXIT_DATE) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MEMBER_EXIT_DATE&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;Do you get proper dates in Date field ? Check in the front-end. You might have to format the date field using date#() or so like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(MEMBER_EXIT_DATE, 'YYYY-MMM-DD')) as Date,&amp;nbsp;&amp;nbsp; // change date format to suit your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965182#M966432</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-30T07:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965183#M966433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;format like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100462_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965183#M966433</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965184#M966434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count(if(&lt;STRONG&gt;floor(MEMBER_EXIT_DATE) &amp;gt;= num(Today()&lt;/STRONG&gt;), EMPLOYEE_ID)) as new_id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965184#M966434</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-30T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965185#M966435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is format of your date field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MEMBER_EXIT_DATE??? Is it in Time stamp format??&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;If yes then you need to use Now() in the script instead of today() and need to use Floor function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code..It should get your desired result.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EMPLOYEE_POL_ID as EMPLOYEE_POL_ID_resid,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PLAN_ID as PLAN_ID_resid,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EMPLOYEE_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MEMBER_EXIT_DATE as MEMBER_EXIT_DATE_resid,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Floor(MEMBER_EXIT_DATE)&amp;gt;=Floor(Now()),count(EMPLOYEE_ID)) as new_id&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident EMPLOYEE Group by EMPLOYEE_POL_ID,PLAN_ID,EMPLOYEE_ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965185#M966435</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-09-30T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965186#M966436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tresesco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; above is my date format. can you tell how to achieve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965186#M966436</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965187#M966437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;it says aggr should come with group by&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965187#M966437</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965188#M966438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that there are dates greater than today in your date field ? Could you post a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965188#M966438</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-30T08:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965189#M966439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will prepare the sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 08:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965189#M966439</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: counting employee by comparing date with system-date</title>
      <link>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965190#M966440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the date comparison is for check the policy expired or not. if it is expired we should not count.&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/counting-employee-by-comparing-date-with-system-date/m-p/965190#M966440</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-30T09:17:26Z</dc:date>
    </item>
  </channel>
</rss>

