is there a way to display what folder a document is in? I am creating a report and am querying cmis:document but I cannot see where these documents are located in the document repository.
It is not possible with a CMIS query to determine the folder (or folders) a document resides in. CMIS provides the operation getObjectParents in the Navigation Service for that. If your are using OpenCMIS, fetch the document and call getParents().