Hi All,
I used to be able to filter my proof reports by the project folder the proof was assigned to using the following formula:
EXISTS:a:$$EXISTSMOD=EXISTS
EXISTS:a:$$OBJCODE=DOCFLD
EXISTS:a:documentID=FIELD:ID
EXISTS:a:folder:name=Art Reviews
EXISTS:a:folder:name_Mod=eq
However, now this formula no longer works. I wanted to know if anyone has run into this issue and developed a workaround? I also have a field I created in text mode to display the folder name as a column for a document report but can't get it to work for a proof report:
displayname=Folder
listmethod=nested(folders).lists
textmode=true
type=iterate
valueexpression={name}
valueformat=HTML
Anyone feedback would be greatly appreciated.