To display all reponse docs in a embedded view

I have a parent docuemnt say P and I have to produce some docs say R type docs as response docs to the P document and display all the R docs to this P doc in an embedded view in P document.

So I need a view which display all r esponse docs to a parent doc .

how can this be achieved??

I have created the P and R docs , just what the view selection formula should be ??

If anybody can help pls …

thanks in advance

Subject: To display all reponse docs in a embedded view

In your embedded view have the first column categorised with the formula @Text($Ref).

The views selection formula should be

Select @isResponseDoc.

Disable the option to show response documents in a hierarchy

Select show single category in the embedded view with the formula @text(@documentuniqueid).

I think that should work.