List Web Part
4 TopicsPlaylist added as web part on tenant home site page not working
Hi, We're experiencing a rather strange behavior when using a playlist as a web part on the tenant's home site. Here's our setup: A playlist stored on the home site Videos stored both on the home site as well as on a different site (video portal) The permissions are the same on the video portal and on the home site What works: Visiting the playlist directly ([homesiteurl]/lists/playlist/allitems.aspx) shows and plays all videos correctly Creating a playlist on a site that isn't a home site works just fine when adding as a web part. This includes videos stored outside of the site holding the playlist. What doesn't work: Adding the playlist as a list web part on a page on the home site lists all videos, but only plays the ones stored on the home site. The videos stored on the video portal just shows a gray box without any player controls. We're seeing this behavior on three different tenants. Has anyone else experienced this? Regards, Johan580Views0likes0CommentsLooking for Best Way to Display Events Targeting Specific Audiences
I am looking for the best way to display events targeting specific audiences. The goal is to add an event on a main page and based on the category assigned, have it filter down to other pages based on that category. The issue is sometimes the event affects more than one category. I would like to use the Event web part; however, it will only allow you to assign 1 category per event and the web part will only allow you to assign 1 category to receive into the web part. We are not able to use audience targeting at this time due set up. When going into the list settings for the Event calendar, it gives an option to change the category to “checkboxes (allow multiple selections)” which is exactly what I need. When I choose this and try to add an event, I get an error. I have also attempted to use a List web part and create a category column to achieve this as well. Unfortunately, this looks very clunky, even in the calendar view. The gallery view is close to what I am looking for but without a power app, once the event is over, the items do not automatically drop off the list. Are there any recommendations for what I am trying to accomplish?"See all" link on modern List web part nis not navigating to custom list view
Hey all, I am using the List web part on a modern SharePoint page to display a custom view of my original list that displays items based on the current user. i.e. I am filtering by [Me] on this specific view. The List web part displays this data fine, however, when the user clicks the "See All" link to the top left, they are being redirected to the full list of all employee data. Is there some way or alternative method to redirect the user to the filtered view instead? I have thought of building out a web part using SPFx and React to display the filtered view so that users won't have the "See All" link. However, this eliminates the functionality of allowing the user to delete list items that the list web part already offers.... I am open to any alternative means to achieving this. Thank you!Solved2.4KViews0likes3CommentsSharePoint List Web Part - Column Formatting Links
This post is meant to address why the column formatting for "target": "_blank" doesn't work in the SharePoint list web part. I have a SharePoint lists which has the Title column formatted to open a link. The JSON is set to open the link in a new tab. This functionality works when viewing the list itself, but when I put it on a page using a List Web Part, the link opens in the same tab. The real problem is when the link doesn't open in a new tab, after SharePoint navigates, the quick launch isn't updating to the subsite's navigation. I've seen posts on this specific issue before as well. The partial page loading/caching must be causing this. The two issues are somewhat unrelated. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "@currentField", "attributes": { "target": "_blank", "href": "='[MySiteUrl]/sites/ops/[mySubSiteName]' + [$ID] + '/SitePages/Home.aspx'" } }4.3KViews0likes1Comment