Forum Discussion
Best way to link to a list view?
Hello all,
I created a list with a number of filtered views. I'd like to have a URL for each of those views that I can share. I'd thought the URL listed in the "Web address of this view" field of the 'edit current view' screen would do that, but when I plug that URL in to my browser it just brings me to the non-filtered default view of that list. Is there a different way to go about having a URL to go directly to a filtered view of a list?
Thanks
- Interesting. So, the new view you created automatically redirects to the Allitems.aspx (All items view) when updating the URL, from my last reply to your view name?
Another option to try is navigate to your list and select the view you want to gather the URL for. In the browser URL, it will contain an allitems.aspx?viewid=[ID NUMBER]. This allows the view to change to that specific view and bypass your allitems.aspx view.
Or... navigate to list settings and copy the URL of the view name and paste into notepad. You will see within the URL a VIEW=%7B7[view ID]%7D. This will be the view ID and you can update your URL to https://[domain].sharepoint.com/Lists/[name of list]/allitems.aspx?viewid=[ID NUMBER]
7 Replies
- AlexFDJCopper Contributor
When you create a view within the list, you can directly navigate to that view by including the .aspx URL. For example, when you create a view and give it a name, the URL of the list will be https://[domain].sharepoint.com/[sites or teams]/[name of site]/Lists/[name of list]/[view name].aspx or https://[domain].sharepoint.com/Lists/[name of list]/[view name].aspx (if home site).
- sam2024995Copper ContributorHI.. i want to get the link for one on the views for email trigger to that specific view, but its not letting me create that unique link.
Both links for Edit item and new view are same. Please assist - mrw2828Copper ContributorThanks. Yup that's what I was trying to do, but the .aspx url for the viewname brings me to the default view for the list, rather than the view specified in the url.
- AlexFDJCopper ContributorInteresting. So, the new view you created automatically redirects to the Allitems.aspx (All items view) when updating the URL, from my last reply to your view name?
Another option to try is navigate to your list and select the view you want to gather the URL for. In the browser URL, it will contain an allitems.aspx?viewid=[ID NUMBER]. This allows the view to change to that specific view and bypass your allitems.aspx view.
Or... navigate to list settings and copy the URL of the view name and paste into notepad. You will see within the URL a VIEW=%7B7[view ID]%7D. This will be the view ID and you can update your URL to https://[domain].sharepoint.com/Lists/[name of list]/allitems.aspx?viewid=[ID NUMBER]