0

I have a Query String (URL) Filter web part on my SharePoint Online classic page. I want to filter for multiple values and can't determined how to do this. I have appended the following with no success:

?Capabilities=DDS --yields the expected DDS results

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

?Capabilities=DDS;Equity --yields no results

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

Does anyone know how I can have multiples filter values?

1 Answer 1

0

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

?&FilterName=Capabilities&FilterMultiValue=DDS;Equity

1
  • The appended syntax doesn't trigger filtering of the column. Commented Jan 24, 2023 at 11:54

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.