List View
7 TopicsSharepoint list conditionnal inlineEditField
Hello, Is there a way to make inline editing active according to a value in another column of the list ? e.g. if I have two text columns called "Editable" and "FieldName", could I get an inline editing of the cells "FieldName" only if the cell "Editable" is equal to "Yes" ? I have tried { "elmType": "div", "inlineEditField": "=if([$Editable]=='Yes',[$FieldName],'')", "txtContent": "[$FieldName]" } and "inlineEditField": { "operator": ":", "operands": [ { "operator": "==", "operands": [ "[$Editable]", "Yes" ] }, "[$FieldName]", "" ] }, Thanks for your help.Solved2.9KViews0likes3CommentsSharePoint List Card Designer
Hello, I have multiple columns in the list that are set to be a "Multi-line text" field. When I switched the list view to "Gallery," I noticed that none of the multi-line text fields showed up on the gallery/card view. I checked the card designer, and those columns are not even included in the options to be displayed in the gallery/card view. The only way to see those field is to click on the card and open the right side panel on the screen. Is there a way to include/show multi-line test column field in the card view?Solved9.3KViews1like1CommentHow to cusotmize the grouped list title backgound color
Hello. I'm new to sharepoint online (and I must say I'm loving it). But I'm having trouble customizing the header in the Grouped List Layout. I need each header to have a background color depending on its content. Example: if the title contains the string "abc" the background must be green. If it contains the string "cde" the background must be red. As my grouped list has few items I tried to do this manually, for each item, following this tutorial https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-list-formatting#example-color-coded-group-header but this JSON gives error. Does anyone have any idea what could be wrong? This is what I currently have: Thank you in advance for your attention.Solved9.3KViews0likes5CommentsField custom formatter not working with Edit In GridView
Even a basic custom field formatter like below, makes the Edit in Gridview search render and empty listbox. I've tried @currentField.lookupValue in place of the [FieldName].lookupValue with the same result. formatter: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "txtContent": "[$HG_x0020_Test.lookupValue]", "debugMode": true }899Views0likes0CommentsCopy a picture from attachment to 'Picturefield' in a SharePoint list
I want to make an facebook with all the staff from a school. We want that the staff upload their own picture by a Form. So I made a Forms with the File upload option. In Power Automate I put that picture in the Attachment field of the list in SharePoint also with other fields like name and department. But I can't find how I can publish a miniature of the attachment in my SharePoint list. I have made another field which I can publish as a miniature and that is how I want to present it. See the picture included. The first line in the SharePoint list is how I want to present it (or something like that) and which I have made manually. The second line is how it is present because I filled out the Forms and the Power Automate has put the picture in the Attachment field. I hope someone can help me!1KViews0likes0CommentsNo formatting, when "hideSelection": false is used. Occurs since this week
Hi folks, since this week our row formatting isn't working anymore. This under the condition if you use "hideSelection": false, this was working since a while. It can be reproduced on different formattings in our libraries. If I switch to hideselection:true the formatting shows up. Any idea why this is happening so suddenly and what to do get the formatting back using selection option? Thanks a lot Dirk1.4KViews1like3CommentsSharePoint list view is displaying as 1, 2 instead of Yes/No
Hello, I created a custom list in SharePoint 2016. I'm using a form and several columns with radio buttons with Yes, No, Not Sure. When I select one of those and submit the form, in the view it shows 1, 2, or 3. How can I fix it to show Yes, No, Not Sure?694Views0likes0Comments