0

I have searched throughout the net but still cannot figured out. I have a SharePoint document library where i have start date and end date. I would like to know how to tell SharePoint to hide the items once the end date has passed?

Thank you in advance.

Siphesakhe
  • 29
  • 3

1 Answers1

1

Create a view on the list or change default view and filter for startdate >= today and enddate < today. That should do what you want or do you have special requirements?

STORM
  • 4,005
  • 11
  • 49
  • 98