Showing only child and grandchild doc

This sounds simple but it’s nothing that I have considered in the past (nor was I able to find anything when searching). I need a view that shows child and grandchild docs. I need these docs to show in a heirarchy… this is where the problems start. I can get them to show but when I choose “show response docs in a heirarchy” the view is empty. I’m assuming that this is because the child doc does not have the parent. Is this possible?

Subject: Showing only child and grandchild doc

If you can get them to show without the hierarachy, why do you need it? Can’t you categorize and then get your hierarchy?

Using spaces, you can mimic the indentation provided by show in a hierarchy. Am I missing something?

Subject: RE: Showing only child and grandchild doc

I don’t think you’re going to be able to do this.

Subject: Showing only child and grandchild doc

Could you have a sorted column (with hierarchy off in the view) that had a formula like @If form = child, display NoteID, Else @If form = grandchild, display $Ref?

At least that may get your documents together and you can rig some spaces in the column to give the illusion of the hierarchy? Just a thought.