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 36...
DaveMehr365
Mar 18, 2022MVP
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
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_inal
Mar 24, 2022Copper Contributor
- DaveMehr365Mar 24, 2022MVP
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