Showing the parent-document in a view

Hi,

how can I show the parent document in a view ?

Note that I only know the child and have to find the parent.

I want show parent and all childs in that view.

Any ideas in formular-language ?

Thanks and Regards,

Bernd

Subject: Showing the parent-document in a view

I dont think it is possible, there isn’t a @AllParents-function or something like that.

Closest solution I can think of right now :

Scan every document in the view

put the document in a documentcollection

get the parent document and add it to the document collection too

when finisched : put the whole documentcollection in a folder with a similar design as the view.

Subject: RE: Showing the parent-document in a view

Thanks for your response !I think, there is no other way.

Regards,

Bernd