Document Link on Project Report
I'm trying to create a column that will display the link to a brief document on a project. I tried the below text...and think I hallucinated it working yesterday...but it is not displaying as I expected. Any ideas?
displayname=Link to Brief
listdelimiter=<p>
listmethod=nested(project).nested(documents).lists
textmode=true
type=iterate
valueexpression=IF(CONTAINS('brief',{name}),CONCAT("http://domain.my.workfront.com/","document/",{ID}, "/details"))
valueformat=HTML
