I have a formula that pulls in years of service and it works and looks like this:
Datediff ("yyyy", {EmployeePos_Stat_Curr.LastHireDate}, CurrentDate)
I would like to only see those that have with 1 or more years of service, not anyone less. How would I write that??
Datediff ("yyyy", {EmployeePos_Stat_Curr.LastHireDate}, CurrentDate)
I would like to only see those that have with 1 or more years of service, not anyone less. How would I write that??