I am trying to get a view to display responses in hierarchy but my problem is the top document is a responses document itself.
I have a form named “Response” which is a Response to Response type form
Unfortunately the parent document is also a response to another document. When I select show responses in hierarchy, the view is blank. When I deselect that option, they show up singularly.
this is what I want
responseA
– response (to responseA)
— response (to response to responseA)
responseB
– response (to responseB)
— response (to response to responseB)
responseC
this is what I’m getting (if deselected show resp’s in hierarchy)
responseA
response (to responseA)
responseC
response (to responseB)
response (to response to responseA)
responseB
response (to response to responseB)
The first column is sorted and catagorized using the $REF field
Any ideas?