The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Age
paolamzavarce
Member Posts: 1 Learner I
in Help
Hi! I am trying to create an atrribute which contains the age of a person since de day of birth to Agust 8 1990. Does anybody know how to do it?
0
Answers
"Generate Attribute" operator is your best friend You can use date_diff() function in the formula to calculate the gap between the birthday and Aug 8 1990. Just make sure date_diff is applied to two dates. And it will return the time difference in milliseconds. You can convert into years by rescaling.
Cheers,
YY