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
Generate Attributes : AGE
hi everyone,
How can I generate AGE from DOB? How should I write the function in Function Descriptions ?
Thanks
How can I generate AGE from DOB? How should I write the function in Function Descriptions ?
Thanks
Tagged:
0
Answers
-
Hi @CelineS,
You can use (if I understand correctly : DOB = Date Of Birth) :(date_diff(DOB,date_now()))/(1000*60*60*24*365)
Please take a look at the process in attached file...
Regards,
Lionel1 -
Thank you Lionel.1
Learner I
Unicorn