How do you filter a SharePoint list with a text field?

天大地大妈咪最大 提交于 2019-12-12 09:05:58

问题


I have a SharePoint list, which is paged. I want to allow the user to enter a search string in a text field and then filter that paged list. Is there a way to do this with a Filter Web Part?


回答1:


Welcome to StackOverflow!

  1. Add a Form Web Part to the page with your list view
  2. Click Edit -> Connections -> Provide form values to -> "Your List Name"
  3. Click Next
  4. Choose the column you want to be filtered in the List View Web Part
  5. Click Finish



回答2:


Kit provided you with a straight forward answer. But usually people want to find item that contains substring. For that you can connect the form info as parameters to other webparts, and then filter as substring.



来源:https://stackoverflow.com/questions/4852132/how-do-you-filter-a-sharepoint-list-with-a-text-field

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!