Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
aheavy95
Creator
Creator

get next round birthday

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

Labels (4)
1 Solution

Accepted Solutions
E_Røse
Creator II
Creator II

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.

View solution in original post

2 Replies
E_Røse
Creator II
Creator II

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.

aheavy95
Creator
Creator
Author

That worked
thanks a lot