How to hide the applied filters at document library?
Dear All, Just found out that document library is showing applied filters for each views. Some view shows exactly filters info as shown in 1st picture while some just showing "This view uses classic filters that you can view and edit here" as shown in 2nd picture. If clear the filters, the screen will shows all the documents which should be not allowed to view. Anyone have idea to hide this???17KViews9likes35CommentsMultiple-selection-enabled People field properties access for View Formatting.
Hello dears, I've a list with a people field ("Owners") allowing multiple selection. There will always be at least 2 people in that field. Is it somehow possible to access the properties of the people field in the context of View Formatting (RowFormatter) ? I'm pretty sure its not possible to loop through the values of such array but maybe its possible to arbitrarily choose like for the 2 first elements? Something like [$Owners].[0].email ? Thanks for your help!1.2KViews0likes2CommentsSharePoint Online List View - Auto-Refresh
I have a bit of a strange issue that has only started occurring around a week or so ago. It is only affecting some users and is happening in both Internet Explorer and Google Chrome browsers. I have a list set up (in modern experience) in my SharePoint Online site that is monitored by about 20 people where other users around the company can submit work requests to them. Up until last week, whenever a new item was submitted, or an existing item was modified, it would automatically update in the list view (without having to refresh the page). However now, the only way they can see new items is by refreshing the page. Is there any way we can get the list view to auto-update as and when items are modified/created in the list? Any help would be much appreciated.5.5KViews0likes2CommentsList item opening in right 'preview' pane instead of new page/selected column item missing
Hello! Previously, our list items would open into new pages, allowing the edit of all fields, however, now (as of 11/01/2020, I believe) our list items are opening in a kind of 'preview' pane on the right and all of the fields are not present. I have already made sure they are all checked off to show, but they are still not showing. How can I fix this OR set up the list to make them open in a new page, the way it did, previously? Thanks in advance!11KViews0likes4CommentsViewing modern list as calendar
I have a modern SharePoint list. The list has various task-oriented fields, including Title, Start, and Due. I would like to be able to toggle a calendar view of the list. There was no built-in calendar view available under the view options, so I created one ("Create new view"). The new calendar view has column headings of Title, Start, and Due. The problem is that it has no content. If I toggle back to "all items," everything appears fine. If I toggle to the new "Calendar," it's empty except for the column heads. What did I do incorrectly? How do I do this? I'm assuming that modern lists can be viewed as a calendar...1.2KViews0likes1CommentCreate Standard Views For New Document Libraries
We are putting together a Project Directory Site which will contain a document library for each new project that gets created. I've added two columns to the Document Content Type so that these are included with each new library. Is there any way to change the default 'All Items' view to include these columns without having to manually add them via show/hide columns? Additionally, can we create a custom view (Such as group by 'Document Type') that would be included in every new document library? The idea is that we would have a standard set of documents be added to each library, and we don't want to make users have to recreate these views for every new library that gets created. Much appreciated!897Views0likes1CommentSharePoint online, Microsoft Lists, gallery view, views, word wrap
I have a GalleryView in SharePoint Online, Modern view, in Microsoft Lists and I would like to have the description / notes word wrap, I know I can change the width however is there a way to have it go DOWN to be more of a portrait than landscape?2.2KViews0likes1CommentSharePoint View Formatting
Hi All, I am trying to create a view that is basically showing a medals table for a SharePoint list. What I would like to do is have a consistent format for this. My list contains the following columns Title - Country Name Gold - Numeric Value Silver Bronze Total The view i am struggling to create should have a fixed width and the elements inside should be as follows <Country Name> <Gold> <Silver> <Bronze> <Total> I would like the country name to be of a fixed value so that the medal numbers line up. My JSON is shown below { "$schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "hideSelection": true, "hideColumnHeader": true, "rowFormatter": { "elmType": "div", "style": { "display": "flex", "flex-direction": "column", "align-items": "flex-start" }, "attributes": { "class": "sp-row-card" }, "children": [ { "elmType": "div", "style": { "text-align": "left" }, "children": [ { "elmType": "div", "attributes": { "class": "sp-row-title" }, "txtContent": "[$Title]" }, { "elmType": "div", "txtContent": "[$Gold]" }, { "elmType": "div", "txtContent": "[$Silver]" }, { "elmType": "div", "txtContent": "[$Bronze]" }, { "elmType": "div", "txtContent": "[$Total]" } ] } ] } }Solved1.1KViews0likes2Comments