Forum Discussion
laser132217
Oct 31, 2022Copper Contributor
Filtering in Lists - multiple values required
Hi, I have a metadata column called ‘RENGEN Tags’ in a List that contains words and phrases that serve as tags to describe each item in the List. For example: Item 1 ‘RENGEN Tags’ values: Ta...
- Nov 01, 2022
laser132217 This is not possible using SharePoint default "Filter by" option as you are filtering on same field.
However, you can construct URL on your own like below:
https://contoso.sharepoint.com/sites/SPConnect/Lists/ChildList/AllItems.aspx?FilterField1=Scope&FilterValue1=A&FilterType1=MultiChoice&FilterField2=Scope&FilterValue2=B&FilterType2=MultiChoiceThis is filtering multiple selection Choice field based on value A AND B. Similarly, you can build URL for metadata fields. You might need to change FilterType as per the metadata field.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
carmen922
Jun 27, 2023Copper Contributor
Hi laser132217 , did you get it to work? I'm encountering the same issue. Thanks.