Forum Discussion
Christian Pieper
Jan 31, 2018Copper Contributor
display specific data from contact list depending on user search input
Hello everybody,
i'm quite new to SharePoint and looking for a way to solve my Problem:
We have a Contact List for different applications. Each of the applications has several components (eac...
Anonymous
Jan 31, 2018SharePoint onprem I'm assuming based on 2013 label?
- Christian PieperJan 31, 2018Copper Contributor
yes, sorry for not clarifying...
it's 2013 onprem
- AnonymousJan 31, 2018This is a pretty good article that talks about web part connections which is what you can use to connect a search / selection webpart to pass data to your data to do the filtering.
https://support.office.com/en-us/article/Connect-data-in-Web-Parts-54A36FDA-019C-49B3-AD33-0CD94BF70C1E- Christian PieperJan 31, 2018Copper Contributor
Thank you for the link, seems as exactly what i was looking for to Show the data of the table. Do you have any clue how to design the data list(s) best? Do i have to create 2 tables as suggested above? I would have tried it that way now with 1:n lookup Connection between the two tables then.