One other note I should mention, since all docs are not proofs, we also have a filter in that report to only include documents that are linked to a proof, i.e. proofOwnerID_Mod=notblank
Hi Wendy,
In our system, we use a Document Version report with a filter of isCurrentVersion=true applied. The Version Number is a column in the report, so we are seeing in the report a value that is essentially a Max value of versions.
I was referred to this thread last week by a colleague, and it seems like it would solve an issue we have worked around for some time.
I have a question about Step 2 though - how would I go about "entering" the invisible unicode into the custom paragraph field? Pasting in the text "200B 000A 200B" ...
Hi Danny,
If you are just trying to point to the project level documents folder, something like this might do the trick for you:
valueexpression=CONCAT("https://mohawk.my.workfront.com/project/",{projectID},"/documents")
Thanks!
Hi Jessica, I was on the hunt for this today and ended up using this textmode to create a list of project users: displayname=Project Userslistdelimiter=<div/>listmethod=nested(projectUsers).liststextmode=truetype=iteratevalueexpression={user}.{name}valueformat=HTML
Hello, We have a custom field at the program level called "Product Category". I have a task report that I'd like to apply a filter to, so that the only tasks that are displayed in this report are those within projects within programs where program.Product Category = [somevalue]. Since I cannot acces...