Jump to content

Recommended Posts

Posted (edited)

I have got Sharepoint to filter a list using URL Querying using the FilterName and FilterMultiValue.

 

For example i put this at the end of the AllItems.aspx?

 

"&FilterName="Title"&FilterMultiValue=*"Printer"

 

Works perfectly.

 

Now i want to filter it twice. So i do

 

"&FilterName="Title"&FilterMultiValue="Printer"&FilterName="Brand"&FilterMultiValue="HP"

 

But the second filter never gets applied. Anybody know how i should be doing it?

Edited by Quackers
Posted

AllItems.aspx?View={2B1CCDB8-BF28-419E-816E-B43569E8AA6D}&FilterField1=Title&FilterValue1=Printer&FilterField2=Band&FilterValue2=HP - Seems to work for me.

 

AllItems.aspx?View={List View GUID}&FilterField1=Title&FilterValue1=Printer&FilterField2=Band&FilterValue2=HP

 

Hope this helps.

 

Tom

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...