Loading...

RE: A qListView web part that is linked from different pages…

RE: A qListView web part that is linked from different pages…

#6520
Anonymous
Anonymous
Participant

Hi Rita,

I see. Your explanation cleare up the initial question.

Plan B is the plan that requires the least amount of work.

If you want to have only one list then you need some custom code.

You have the qListView with the search session called MySearchSession.

What you need to do is to set the session var MySearchSession with the value Marketing, Sales etc. before you redirect the users to the qListView.

In that way when the qListView loads it gets the new search criteria.

Please note that the qListView session is a hashtable.

What do you think?