Requirement to build an Accrual Matrix Expression
Summary:
What expression to use to build the following logic:
Hire Date >= 01/01/2025
Absence Plan = Sick Leave & its Balance = 0
I tried to build the following expression however it results in error "matrix error…not found" - [Person.HireDate] >= '2025-01-01' AND [AbsenceRecord.AbsencePlan] = 'Sick Leave' AND [AbsenceRecord.Balance] = 0
Please advise.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):