Following the recent questions from my last post I thought it would be useful to highlight what functions are available when creating a column in a list/library within MOSS 2007. This can be useful when creating a: Calculated column based on other columns within a list/library. For example, to calculate the number of days difference between a list item being Created and Modified….
Tag: List
How to see items added to a SharePoint list/library that meet a custom date value?
This post will describe how to create a view of a SharePoint list or library which displays the items/documents that meet a custom date value. Scenario A ‘New Employees’ view is needed on an ‘Employees’ list to allow the Head of HR to see who has joined the organisation in the last three weeks. However, the…
How to see items added to a SharePoint list/library in the last X days?
This post will describe how to create a view of a SharePoint list or library which displays the items/documents that have been added to a list or library in the last X number of days (X is a variable you define). Scenario A ‘Recent Requests’ view is needed on a ‘Customer Suggestions’ document library to allow the…