Hi Dennis,
Here is the calculated field I have used:
datediff (yy, {Employees:Birth Date} , GETDATE() )
I added the calculated field to the existing SmartList Object named Employees. If you want to start from scratch and use the Employee Master, your formula would look more like this:
datediff (yy, {Payroll Master:Birth Date} , GETDATE() )
Kind regards,
Leslie