I have a task list which contains tasks which are submitted on the end date of every project phase. I need a list view which displays the submissions for the most recent project phase.
Currently, this is implemented by specifying the most recent project phase end date as a filter condition. Whenever the tasks for the new project phase are submitted, the filter condition specified earlier becomes invalid, and the filter condition which has to be manually changed to the new project phase end date.
Is there any way to remove the manual step here, and get the list to display only those items which has the highest date value?
I am looking for a solution which doesnt involve any custom development. Any out-of-the-box solution or some customization using SharePoint designer is preferable.