Saturday 5 July 2014

Conditional Formatting with Calculated Columns in SharePoint 2010


Introduction
There are a variety of ways to add color, images coding to your SharePoint lists and document libraries, from embedding custom code on your page to creating data view web parts with conditional formatting in SharePoint.

Here suppose we have a list that contains a calculated field as Status column. If we write the formula for the calculated column like below:
Then the list will appear like below:



Suppose we have a list that contains a calculated column as progress Indicator and if we write the formula like below:

 Then the list will appear like below:
The technique used here is a combination of Calculated Columns and CSS/images styling on a list.

No comments:

Post a Comment

SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...