Forum Discussion
lexkinter1
Dec 06, 2017Copper Contributor
Team Site Choice Filter
I'm new to SharePoint, am an Access user for years, and want to filter a site which has Discussions, and Documents based on a single list (such as a Choice Filter). This one list should be offered to...
- AnonymousDec 06, 2017So basically you have a list category to create. Put your categories in it.
Add a column to discussion board of lookup type and point to the category list. This will provide a drop down of categories and pull it from that list you create.
On the page, add the category list as a web part. Edit it down to be just title etc. then setup connected webparts. The UI for filtering is a little wierd this way because you have to use the icon as far as I know but it's the only way I know how to do this, outside of doing powerapps with modern UI in SharePoint online :p.
Anonymous
Dec 06, 2017Can you try and elaborate a little more on the issue. I’m kind of confused by your statement and can’t draw up what you currently have vs what your trying to do!
- lexkinter1Dec 06, 2017Copper Contributor
Hi Chris. Thanks for the response.
See attached.
One shows the team site, one shows dialog for entry of Discussions, one shows dialog for entry of Documents and the last shows the Choice Filter Web Part. I am told that I have to manage the choices (rows) in the Choice Filter Web Part SEPARATELY from the Categories, which is bad by design, doesn't offer user updating and duplicates data.
Please let me know if I should elaborate further ... and thanks again
Lex
Choice FilterDocumentDiscussionSite
- AnonymousDec 06, 2017Instead of using Filter web part, use a custom list called category, then you have to create a column in your discussion board to use that column as a "lookup column" data type. Then add that category list on the page and provide the filter to the discussion board list, that should technically filter and have a single point for maintaining that list.
- AnonymousDec 06, 2017So basically you have a list category to create. Put your categories in it.
Add a column to discussion board of lookup type and point to the category list. This will provide a drop down of categories and pull it from that list you create.
On the page, add the category list as a web part. Edit it down to be just title etc. then setup connected webparts. The UI for filtering is a little wierd this way because you have to use the icon as far as I know but it's the only way I know how to do this, outside of doing powerapps with modern UI in SharePoint online :p.