Show birthday dates in calendar view

Hi all,

I hope you can guide me on how I can achieve my goal...

I need to show in a calendar view the birthdays of all the people who are registered in the DB.

My idea is that when registering a person, the birthday date is automatically reflected in the calendar and those who are already registered, how to achieve it?

Thank you for your support.

Solved Solved
0 3 412
  • UX
1 ACCEPTED SOLUTION

3 REPLIES 3

Hello, 

 

You probably should move your post to Q&A , for more responses.

 

I think that in your table you will create a virtual column , with a formula to generate a date for the current year. Something involving month(), year(),day() formulas maybe. Or [birthday]+number of days between this year and birthday year (careful with leap years)

 

thank you very much, it worked correctly... thank you for your support.

Top Labels in this Space