How to use query string (URL) filter web part to filter for multiple values in a column in SharePoint Online?

vrm 706 Reputation points
2023-01-20T19:17:18.3133333+00:00

Using SharePoint online and the query string (URL) filter web part, I want to submit more than one value for the column. I have tried the following:

?Capabilities=DDS --yields only DDS results (which is expected).

?Capabilities=DDS&Capabilities=Equity --yields only DDS results

?Capabilities=DDS; Equity --yields no results

?Capabilities=DDS; #Equity --yields no results

Thanks.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,213 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xyza Xue_MSFT 28,231 Reputation points Microsoft Vendor
    2023-01-23T02:56:23.42+00:00

    Hi @vrm ,

    To apply multiple filter values to a single column, please use this syntax:

    ?&FilterName=Capabilities&FilterMultiValue=DDS;Equity

    Here are my test results:

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.