Hello,
I created a calculated field of type date time.
the role of the field is to add years (from a field called seniority) to a field called joining date.
but the seniority field is of type decimal. The AddYears() function in the calculated field takes only a whole number.
Is there a way to convert a seniority to whole number before using it in the function ADDYEARS()?