Linked Questions
12 questions linked to/from Color code item row based on column value in SharePoint Foundation 2013
44 votes
17 answers
35k views
June 13th 2017 Microsoft blocked handling HTML markup in SharePoint calculated fields - how to get the same functionality back
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 ...
0 votes
3 answers
16k views
Change the color of a row when Date >= today's date
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 (...
3 votes
4 answers
3k views
color coding in a list view is lost when any of the columns are arranged by clicking on the column header
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 ...
1 vote
4 answers
4k views
change SharePoint list field color using jquery code base on value?
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 ...
2 votes
2 answers
3k views
Status Indicator using Calculated Columns
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 ...
1 vote
2 answers
5k views
Color custom list items based on Status using OOTB
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 ...
2 votes
1 answer
1k views
Color Coding List Item by Web Part based on value
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:...
3 votes
0 answers
1k views
set/change timeline color based on column value
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....
0 votes
1 answer
1k views
Conditional formatting row font style and color
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 ...
0 votes
1 answer
591 views
Change row color according to status field
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: ...
0 votes
1 answer
436 views
Color the entire line item according to column result
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 ...
1 vote
2 answers
61 views
Coloring a Library column based on scores(digits)
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 ...