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
Answers
date_diff(date_now(),birthday)/(1000*60*60*24*365.25)
Thanks Thomas, any idea why I am getting negative values and decimal in my age field?
Try '(Birthday,date_now())' instead. I went off my faulty memory, check the date_diff() function requirements.Â