Forum Discussion
aykan_inal
Mar 18, 2022Copper Contributor
filtre list sharepoint online & list
Hi there
I created a sharepoint online list
user and birtday times are written in this list
Is it possible to show the names of people under the person whose birthday is today on the sharepoint 365 homepage?
how ? step by ste
3 Replies
Sort By
- Hello aykan_inal
you need a custom list and a nice view formatting like that https://github.com/pnp/List-Formatting/tree/master/view-samples/birthday-format . In this article from @popwarner you can see all the requirements. Create the list on the SharePoint home site, so you can implement your birthday list with an list webpart on the start page.
Please attention with the year of birthday because of data protection.
Have a good weekend, Dave- aykan_inalCopper Contributor
Hello aykan_inal
you have it here: https://github.com/pnp/List-Formatting/tree/master/view-samples/birthday-format
1. Create a custom sharepoint list
2. create the fields and view in the linked github docu under "view requirements"
3. add the view formatting (linked in github on top "birthday-format.json") > copy paste that code into your sharepoint modern list view
hope this helps.
Regards, Dave