Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
As part of a report im working on, I have to create a calculation for a user's next round birthday.
My bday field is in 'DD/MM/YY’ format.
For example- if a user's birthdate is 01/11/85 the next round bday column will show 01-11-25 ( when his next round birthday will be)
Thanks in advance
I would try to combine the age function, with the addyears-function. Something like
addyears([date of birth], ceil(age(today(), [date of birth]), 10))
Please like and mark my answer as a solution, if it resolved your issue.
I would try to combine the age function, with the addyears-function. Something like
addyears([date of birth], ceil(age(today(), [date of birth]), 10))
Please like and mark my answer as a solution, if it resolved your issue.
That worked
thanks a lot