Posts Tagged ‘View’

How To Use Filters in SharePoint to show items in the current Calendar Month

Date:November 26th, 2009 Author:Ryan Tags: , , ,
Category: Calculated Columns, Filter, SharePoint Ideas Comments:37 ;

Its very easy using the Filter feature of SharePoint views to show only items completed in the last 30 days or items due in the next X days; for example :-

Completed >= [Today]-30

On the Advanced SharePoint View and Filter techniques post Ed asked how you could filter for the current calendar month rather than a rolling 30 day period (for example all tasks due this calendar month).

Like all great questions it seemed simple enough – something like only showing items where the Month and Year of the due date = the Month and Year of the current date.

(more…)

Advanced SharePoint View and Filter techniques

Date:October 26th, 2008 Author:Ryan Tags: , , ,
Category: Filter, SharePoint Ideas Comments:54 ;

Introduction

We discussed in a previous article how to customise SharePoint’s built in Task List and briefly looked at the power of Views with Filters. In this article we will build upon that by demonstrating some advanced use of Filters.

This article assumes that you are already familiar with Views and Filters – if not please review the previous article.

(more…)