It’s more comfortable with an example
Let’s things about a SharePoint list that contains all your projects. You want to know:- Project name
- Project % completed
- Status (green, red, yellow)
- Priority (1-5 where lower is better)
- The project completion would fill the cell more or less, depending on the % completed. 100% equals a finished project.
- Status with the colors and not only the text
- Have a scale of colors from 1 to 5 to identify the importance of the project.
Let’s build the list first
Making the list is quite simple. Here’s how to create each fieldPercentage
Create a number field and tick the percentage field.Status
The status is a choice column with the three choices selected. Since it’s a status, we won’t allow for multiple selections, but we will define a default value so that all projects start as green.Priority
Finally, let’s build the priority. It’s a simple number field that is limited to 1 until five and has the default value 3 being the middle or average priority.Let’s configure them.
First, let’s look at the data without any configuration.Complete
For the complete, let’s add the percentage increase. It’s straightforward:Status
For the status, we want the columns to be color-coded. Here’s how to do it. Same steps as before, but in this case, we have to do some editing. You’ll see why on the next screen.Priority
Same steps as beforeFinal thoughts
As you saw, with simple formatting rules and pre-defined actions, you can do quite advanced UI for your users, making their life much more comfortable. Have a suggestion of your own, or disagree with something I said? Leave a comment or interact on Twitter and be sure to check out other SharePoint-related articles here.Photo by Toa Heftiba on Unsplash
No comments yet
Be the first to share your thoughts on this article!