Embedded views - need help

I have a page with two embedded views (view1 and view2), the users would like to highlight a document in the top embedded view (view1) and the corresponding documents should show up in the lower embedded view (view2). I am using “single category” in view2 but don’t know how to pass the value from the top view1 to the bottom embedded view2.Any ideas would be greatly appreciated.

Subject: Embedded views - need help

Well this might be the absolute wrong way to do it, but possibly on the OnClick event you call an agent. And then that agent (with params’ passed to it like the doc.context of the selected document) creates a new view with the criteria you need. Then reprint that screen with the top view and the “New” view on the bottom. I think with R6 creating views on the fly like that is a little easier…

Subject: RE: Embedded views - need help

Andrew,

thank you so much for the idea. I will try it out and let you know.