Generate Attributes : AGE

CelineS
New Altair Community Member
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