Product List Filter Plus - Version 4.3.xx Question What are the the list filter web part query string parameters? Answer You can populate the filter parameters from a query string (URL)The URL sample is (Link: http://SERVER/Filter/default.aspx?filterfield1=Status&filtervalue1=1;2;3) http://portal.kwizcom.com/Filter/default.aspx?filterfield1=Status&filtervalue1=1;2;3 Where: filterfield1(2,3...) is field internal name – case sensitive filtervalue1(2,3...) is filter value delimited by character ‘;’