Forum Discussion
VeeExcelLearn
Jun 07, 2022Brass Contributor
SharePoint List Custom Views -Easier Access - JSON
Are there any opportunities to move the Custom Views up ontop of the menu bar or somewhere where I can just click on a button and it would show me the corresponding view or card gallery. In this exa...
ganeshsanap
Jun 07, 2022MVP
VeeExcelLearn Unfortunately, this is not possible using SharePoint default capabilities.
However, you can add the links to particular list views in command bar using custom SPFx ListView command set and when user clicks on link, you can redirect user to list view URL. Generally list views have below URL format:
https://<tenant>.sharepoint.com/sites/siteName/Lists/listName/viewName.aspx
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.