Linked Questions

44 votes
17 answers
35k views

On June 13th 2017 all SharePoint calculated columns with HTML markup stopped working. Basically the fields now render text (regardless of setting the data type to number). The gist of the notice ...
user67867's user avatar
  • 441
0 votes
3 answers
16k views

Note: I am pretty new to SharePoint, so be gentle. We are using SharePoint online, and I have complete control of the site. One of my users would like to have the row change color when a column (...
Robin Huighe's user avatar
3 votes
4 answers
3k views

I have some JavaScript that will colour row in a SharePoint list View web part depending on values in certain column. This part works fine and the rows are coloured correctly upon page load. The issue ...
Spook's user avatar
  • 31
1 vote
4 answers
4k views

I am working with SharePoint list and I need to change the Number field color if it is greater than 60. I tried to change the code below but it did't work. I also checked all answers but none of them ...
Shaghayegh's user avatar
2 votes
2 answers
3k views

I am wanted to create a status indicator for a calendar. I'd prefer to use something that I can manipulate within a calculated column. I can work with multiple columns, but in the end I want it to ...
Rhettmartens's user avatar
1 vote
2 answers
5k views

I want to change color of the list item row based on the field value without any code. For Example : I do have custom list with fields Title, Status(Pending,Running,Completed). I want to color list ...
Codec's user avatar
  • 1,340
2 votes
1 answer
1k views

I am currently trying to get color coding on a list to highlight good medium and bad properties. I have tried to follow the examples shown here for color coding: SharePoint 2013 Client Side Rendering:...
Daniel's user avatar
  • 21
3 votes
0 answers
1k views

Is it possible to set/change the color of a callout or block in the timeline of a task list based on the value of a column in the relevant task? I am trying to develop a task list with a Status column....
hoffie4's user avatar
  • 2,356
0 votes
1 answer
1k views

I have a list where the font style and color for the rows are conditionally formatted based on the value of the status column. I don't want to highlight the row, just change the font. Below is an ...
skinnane's user avatar
0 votes
1 answer
591 views

I have the following code. I'm trying to change row background colors based on the status field. But it is not working. SPClientTemplates.TemplateManager.RegisterTemplateOverrides({ OnPostRender: ...
user52650's user avatar
0 votes
1 answer
436 views

Intent: For a color to display on the entire line item according to another column result. Problem: I want to accomplish using calculated column. I was able to create to the code below but it ...
SharePoint Lady's user avatar
1 vote
2 answers
61 views

First of all I would like to thank everyone involved in answering questions and providing solutions on this site. You heroes have helped me a lot in creating a site for my departement without any SP ...
Sharepoint_noob's user avatar