Formula TEST, line 17, syntax error at character position 1
Summary:
🧾 Explanation of the Logic and Formula
✅ Objective:
To identify employees whose Work Relationship Start Date (PER_REL_DATE_START) falls on or before the 15th day of any month.
This logic can be used for purposes like:
- Payroll eligibility
- Benefits enrollment cutoff
- Custom reporting group criteria
🧠 Business Logic:
We want to include only those employees who started their work relationship on or before the 15th of the month.
So, for example:
- If the hire date is April 12 → ✅ include
- If the hire date is April 25 → ❌ exclude
📝 Explanation of My Setup and Logic
To implement the required business rule, I created
Tagged:
0