I have a coding matrix of cases by a few nodes. I want to produce a report of the text coded at the specified nodes for each case. It should look something like this:
Case 1
Node 1:
Text..text..text …
Node 2:
Text..text..text …
Case 2
Node 1:
Text..text..text …
Node 2:
Text..text..text …
Etc.
Does anyone know how to do this?