SP2010 List View and CAML : Part 2

In Part 2; I will discuss about little complex scenario.

Let’s take an example that we have a Task List. Each task is assigned to an employee by “Assigned To” field. Each task has a DueDate set on it.

Now we need to make a view that only managers can view. This view should show all tasks those have their due date more than past 7 days.

By this view Manager can find all employees who have not completed their tasks. 😉

Hope That helps..!!

And your view will look like this: