I have a form that collects the date of birth of a person. I want to know how to set up a calculated field so that it returns the age of the person today.
Anonymous shared this idea · May 10, 2021
I have a form that collects the date of birth of a person. I want to know how to set up a calculated field so that it returns the age of the person today.
Anonymous shared this idea · May 10, 2021
Comments
1 comment
Hi there,
Thank you for reaching out to TrackVia. To calculate the age of a person based on a date of birth entered, we would recommend using the datedif() function. Here is an example:
datedif(today(),{Birthday}, "yyyy")
To further gain knowledge on functions and formulas, we recommend reviewing our On-Demand Training courses, specifically Course 7 - Functions and Formulas in the Core Functionality section of the training. This can be found here:
https://university.trackvia.com/page/core-functionality
If you have any additional questions, please do not hesitate to reach out to support@trackvia.com or call in to our Support line directly at 1 (800) 673 3302, we are happy to assist! Our Hours of Operation are Monday through Friday, 7:00 AM - 6:00 PM MST.
Kind regards,
Tiffanie
Please sign in to leave a comment.