开发者

sharepoint showing all linked items to an item in a list

开发者 https://www.devze.com 2022-12-17 13:43 出处:网络
In sharepoint 2007 , i have created three list category authors books all book belong to a author and all author belong to a category. i have done this by creating a column in authors list which h

In sharepoint 2007 , i have created three list

category

authors

books

all book belong to a author and all author belong to a category. i have done this by creating a column in authors list which has a lookup to select categories. so that while creating new item in the list author we can select category . similar thing is done in 开发者_开发百科books list for authors.

i have created a web part page which displays all three list one below other.

how can i perform filtering such in this page such that if i select any category it shows all authors and books under it ?


You'll need to use CAML to query your list. There are several samples here: Writing CAML Queries For Retrieving List Items from a SharePoint List. You'll also need to download U2U CAML Query Builder for testing proposes.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号