Tuesday, June 4, 2013

sharepoint task list progress bar

Here is a requirement to display progress bar in sharepoint list.

I got this reference from the below blog.

Please see the screenshot below the result of this approach :



To achieve this we have to do couple of configuration changes.

1. Create a Calculated column on the list with name pb . In my case i have taken Tasks list for this example. Below is the forumla for the calculated column

="
"&[% Complete]*100&"%
"

Note : % Complete is the numeric column which has the data to display on progress bar.

2. Add a Content Editor WebPart to the same page just below to list view and paste the below code in the web part in source editor.





That's it. It should display the progress bar as i have given the screenshot.



1 comment:

  1. Hi I would really like to get this working but get "The formula contains a syntax error or is not supported." when creating calculated column

    ReplyDelete