
Anonymous
,
Thank you for your reply. I have used the session name property for something similar to what you are suggesting in your reply.
The need I currently have is different. I have a page with a qListView web part that displays content from multiple lists. I have it configured with 3 search columns. I would like to to link to this page from different pages and pass some parameters to force the search in one or two of the defined search columns. The parameters to pass from the different pages will be different.
Example:
When linking from Page 1 we will like to search for items for Department = "Marketing"
When linking from Page 2 we will like to search for items for Department = "Sales"
My plan B is to have multiple pages with qListView web part configured with a CAML filter for each one of the departments. I was hoping I could do it with a single page to facilitate future maintenance.