How to get a Folder name to display as a column in a Document Version report?
Hi All,
Trying to see if it is possible to have the file folder name of a document to display in a Document Version report. I was able to get the folder name to display in a document report using the following in text mode.
displayname=Folder
listmethod=nested(folders).lists
textmode=true
type=iterate
valueexpression={name}
valueformat=HTML
However, I not sure how to replicate this in a doc version report. Any help in the logic would be greatly appreciated.