Forum Discussion
Naligurtan
Jun 29, 2026Brass Contributor
How to create a view to display the last 6 month items in SharePoint list
Hello All,
I have a SharePoint list and there are many items.
I can filter items for the last 6 months.
However, I want to have a view when someone selects that view, the view always shows the last 6 months list items.
Thanks for your answers/support in advanced.
I tried in this way and it works.
3 Replies
- NaligurtanBrass Contributor
I tried in this way and it works.
- GullettBrianIron Contributor
Have you tried a filter like this in your list view settings using "Created" or whatever date column and the dynamic [Today] option?
That might be easier to do through gear > List settings > Create view, instead of from the "Add view" option in your list.
- NaligurtanBrass Contributor
Thanks. I already tried [Today]-183 and it does not display correctly for some reason.