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
You can use Generate Attributes and enter arbitrary formulas for calculations and using functions.
Age in days / 365.24 would be the number of years. You could use floor() to truncate it to the smaller integer or round() if that works better for your use case.
If you enter the name of an existing attribute (age) in the "new" attribute name, it will be overwritten with the calculation result. This might be what you want here.
Regards,
Balázs