Project Report has documents in specific folder
I have a report already filtered by specific project criteria and in a column of the report, I'd like to list the name of any documents in a specific folder within that project.
I can get a list of names of documents using below code, but it doesn't seem to pull in document description or folderIDs which I could use to filter out ALL documents to just get the ones in a specific folder or with a specific description.
Is there any way to just get a list of documents that meet other criteria (folder or description) to avoid getting ALL documents within a project ?
displayname=LIST
listdelimiter=<br>
listmethod=nested(documents).lists
type=iterate
valueexpression={name}
valueformat=HTML