0

I'm developing my site on SharePoint 2013. I've created a view called Advance view. I'm passing 6 parameters to that view in query string(URL).

My requirement is if I pass only 3 parameters in query string then view must be filtered on that 3 parameters only and remaining parameters must not be considered.

Url: AdvanceSearch.aspx?pUsr=Chaudhari%20Tushar%20(CSR4XJC)&fromdt=2016-11-13&todt=2016-11-14&status=Assigned&wcd=AT2\AVANIR\002&par=002

1
  • Are you using query string filter webpart? Commented Dec 15, 2016 at 7:54

1 Answer 1

1

I found the answer. I merged two different types of filtering techniques. For date parameters I used filtering in list view and for remaining parameters I used following technique:

For each field I specified the Filter Field and Filter Value.

&FilterField1=_____&FilterValue1=_____

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.