Forum Discussion
No RepliesBe the first to reply
var date HireDate = [Employee Adjusted Service Date];
var date IncidentDate = [Date Reported];
var number RawCalc = Year($IncidentDate) -Year($HireDate)
-
If(Month($IncidentDate) < Month($HireDate)
or