SharePoint Resource

The latest insights from the SharePoint Experts

Archive for March, 2011

Using [Today] or [Me] in SharePoint calculated columns

Posted by Gary Powell-Jones on March 4, 2011

(Reposted from orginal blog)
If you try this in the browser you will get a message along the line of Calculated columns cannot contain volatile functions like “Today” and “Me”. At this point you go D’Oh!

But…. you can !!!

Before creating your calculated column you will need to create a column called Today or Me (depending on the calculation you want to create). Once this has been created, SharePoint lets you use the [Today] or [Me] functions in the calculation.

This example shows how to create an age calculated column.

1. In your SharePoint list, create a column, title = DOB, type = Date, format = date only.

2. Create a column, title = Today, type = text.

3. Create a column, title = Age, type = calculated, calculation = DATEDIF([DOB],[Today],"Y")

4. Delete the column titled “Today”

Now add a new item to the list. Set the DOB date (to somewhere in the past!) and save. The Age should have now been correctly calculated in Years.

Note that once you have deleted the Today or Me column, if you try to edit the calculation in the future, SharePoint will complain again. However, you can simply create another column (Today or Me), edit your calculation, then Delete the Today / Me column again.

Posted in SharePoint, SharePoint Customisation | Leave a Comment »

New Blog Engine

Posted by Gary Powell-Jones on March 2, 2011

The gremlins struck ! Our previous blog engine died and is now in the great server farm in the sky.

We have moved the blog to WordPress, so please bear with us while the previous posts are migrated. Unfortunately, this may mean that some permalinks and comments are lost.

Why WordPress? Although we deal with SharePoint and related technoligies, as Dustin Miller pushes, use the best tools for the job :)

Posted in General | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 48 other followers