I'm trying to do a derived field for a Benefit Effective date that is "1st of month following 30 days from date of hire" for Enterprise version.
In PCPW, I had a formula using:
TRUNC("REPORTS"."V_EMPLOYEE"."HIREDATE"+60,'MM')
but there is no TRUNC for Enterprise.
DATEADD for Enterprise results in addition of days or months, but not going forward to the first of the month following.
ThanX for all tips !
In PCPW, I had a formula using:
TRUNC("REPORTS"."V_EMPLOYEE"."HIREDATE"+60,'MM')
but there is no TRUNC for Enterprise.
DATEADD for Enterprise results in addition of days or months, but not going forward to the first of the month following.
ThanX for all tips !