user9092346
user9092346

Reputation:

Filter SharePoint list to only display items that were created within the past 24h

How to build a list view that will only show items in a list that were created or modified within the past 24/48/... hours.

Upvotes: 0

Views: 940

Answers (1)

Martin Zamazal
Martin Zamazal

Reputation: 41

Edit View and in the Filter section select column, which you want to use for filtering (Created or Modified or both). Then select condition is greater than. And insert formula [Today]-2. The number 2 means number of days you want to use for filtering (number 1 means 24 hours in the past, number 2 means 24 hours in the past,...).

Image of result

Please mark this as answer if it helps you.

Upvotes: 1

Related Questions