Hello, does anyone know Sugar Logic formula to calculate age based on a Birthdate date field.
Thank you
Hello, does anyone know Sugar Logic formula to calculate age based on a Birthdate date field.
Thank you
Hi Jean,
Create a field for the Age with integer data type and make it a calculated field through the studio.
By using the below formula you can calculate the Age.
floor(divide(abs(daysUntil($birthdate)),365))
Hope this helps you and you are looking for the same.
Thanks,
Poojitha K
Thanks it's working :)
Thanks it's working :)