I needed to filter a task list in SharePoint 2010 so only tasks that are due in under 45 days will be shown. It turns out the easiest way is to just use [Today]+n. I had my filter set to Commited Date < [Today]+45, with no spaces. This will show all items that have a Commited Date in less than 45 days. It works the same with greater than, greater than or equal to, and less than or equal to as well.
I found my answer at the following link:
http://stackoverflow.com/questions/745059/filtering-sharepoint-lists-on-a-now-or-today
No comments:
Post a Comment