Nov 04 2022 01:25 PM
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
Nov 04 2022 03:39 PM
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).
Nov 04 2022 04:01 PM
Nov 04 2022 05:27 PM
SolutionNov 04 2022 06:08 PM
Jul 15 2023 09:56 AM
Jul 23 2023 09:22 PM
@Clarar2020 viewID to target specific elements in your code can indeed be a helpful approach, especially if you are working with lists and filtered views. It allows you to directly access and display a specific view without relying on the default view or applying filters programmatically.
Mar 07 2024 09:27 AM
Nov 04 2022 05:27 PM
Solution