Skip to main content

Posts

Showing posts with the label SharePoint filer

Create Filter with the SharePoint List

Dear All, Here is the tutorial for the Filter record in SharPoint, Original Post: http://office.microsoft.com/en-001/sharepoint-server-help/connect-a-filter-web-part-to-a-list-view-web-part-HA010250989.aspx#BMs0 How to make the date filter range in  filter http://www.bjw.co.nz/developer/sharepoint-2010/101-list-filtering-by-date-range You can configure a filter Web Part to pass a value to a List View Web Part, and then change the view of data in the list based on the value. For example, when you select from a list of product orders in a Choice Filter Web Part, an adjacent List View Web Part can display the products that correspond to that order. What do you want to do? Learn about connecting a filter Web Part to a List View Web Part Connect a Text Filter Web Part to a List View Web Part Connect a Date Filter Web Part to a List View Web Part Connect a Choice Filter Web Part to a List View Web Part Connect a Current User Filter Web Part to a List View Web Part Con...