Forum Discussion
DarylMarkK
Apr 05, 2024Copper Contributor
Is it possible to show one list on two different pages based on a View?
Let's say I have a list used for issue tracking. One page shows that list, and every entry is visible where column "Status" is NOT equal to "Complete." That would be like the "working" list. On a ...
- Jun 24, 2021Hi Umag98, this can be tracked from https://stackoverflow.com/questions/68088215/is-their-a-way-to-listen-to-ms-teams-tab-reload .
Thank you
DarylMarkK
Apr 05, 2024Copper Contributor
I think I figured it out. Making a web part that connects to the list on another page seems to do the trick, and I can specify the View I want it to stick to.
The only issue I am having with this solution is it shows the title of the list as well, which is a bit confusing. I don't see a way to cover or hide that.
The only issue I am having with this solution is it shows the title of the list as well, which is a bit confusing. I don't see a way to cover or hide that.
SusanHanley
Apr 05, 2024MVP
You figured it out! Make a different view of the list and on the second page, add the Lists web part and select the desired view. To change the title, just type over what you see in the List web part. You can't leave it blank, but you can change it to whatever value you want.
- DarylMarkKApr 05, 2024Copper ContributorYeah, duh (on me)! I didn't even try to type over the title, but as soon as I read your post realized I could rename it to anything I want, and it has no effect on the original list name.
Thank you all!