You can filter the contents of a SharePoint list view by appending a couple of querystring values to the address.
For example, if you have a list view including a field named "DocumentID", you can filter a preset list view to only show items for a Documents with ID "123" by adding the following querystring to the page URL:
?FilterField1=DocumentID&FilterValue1=123
For example, if you have a list view including a field named "DocumentID", you can filter a preset list view to only show items for a Documents with ID "123" by adding the following querystring to the page URL:
?FilterField1=DocumentID&FilterValue1=123
Comments
Post a Comment