There are many instances where you might want to view a set of SharePoint list records which have been filtered on a comparison between values in 2 columns. You might want to view a list of all sales reps who have failed to hit their targets: Actual SalesCredit Limit, or employees who have not used their full vacation entitlement: Vacation Entitlement>Days taken.
A customer recently contacted me with just this type of question :-
They use a SharePoint list to keep track of orders waiting to be manufactured and delivered – so amongst other fields they have Scheduled Delivery Date (which they have promised to a customer) and the Estimated Delivery Date which is kept up to date with the latest estimate. Most of the time the two agree but sometimes for various reasons the delivery date slips.
They have been using Reminder to send out automated emails for upcoming orders and ones that had just been missed but they wanted to setup a view that would show only orders where the Estimated delivery date was later than the date they had told the customer. Account managers could then use this list to keep customers up to date – “There is a delay on that order we have scheduled for you for next month, we estimate it will be ready on the 17th”
Sounded pretty simple to me and I confidently told them how they could do it – just setup a new view with a filter to only show those records where Scheduled Delivery Date is greater than Estimated Delivery Date.
But of course you can’t do this because in SharePoint view filters you can only use one field per filter expression - the other operand has to be fixed (like the string “27th March 2010″) and you get this helpful error message :-
This will happen any time you are trying to setup a SharePoint view filter to compare one field to another.
The workaround is to use a calculated column to compare the field – then filter on the comparison.
Automated Emails each time a delivery date slips
|
For a bonus point I told them how they could setup a Reminder Web Part that would watch this view and send out automated emails to the account manager (or even directly to the customer) when an orders delivery date slips – you can even set it up so that if date slips again another email is sent. Tips
|
![]() |
Related posts:
- Advanced SharePoint View and Filter techniques Advanced SharePoint view and filter techniques focusing on the task...
- How To Use Filters in SharePoint to show items in the current Calendar Month Its very easy using the Filter feature of SharePoint...
- Extend and customise SharePoint Task lists One great feature of SharePoint is the ability to extend...
- Working Days, Weekdays and Holidays in SharePoint Calculated Columns This post shows you how to work with weekdays and...
- The Truth about using [Today] in SharePoint Calculated Columns This post offers workaround for using values like [Today] and...
Tags: Calculated Columns, filters






