View with only docs that are child but not a parent

Is it possible to have a view with only the documents that are children but they have no children them selfs. I want only the leaves in a tree. (NewBie)

Subject: View with only docs that are child but not a parent

You may include @IsResponse function in the view’s selection or Form=“YourResponseForm” and you’ll have to UNCHECK “Show response documents in a hierarchy” in the second tab of the view’s properties box.

HTH

Patrick

Subject: RE: View with only docs that are child but not a parent

This gives me all the children. ExampleA

A1

A2

A2.1

A2.2

I want a view with only

A1

A2.1 and

A2.2

Subject: RE: View with only docs that are child but not a parent

You can’t do that with just a simple view. Only way would be to write a script that extracts every last response doc of a main doc to a folder etc.

Patrick