Text Mode to pull information from a Custom Field on a Task into a Document Report.
I am struggling with being able to pull an ID number from a task custom form into a Document Report. Here is the textmode that I have...
The background -
The Document is in the document folder on the project. I need to pull the VID # from a specific task on that project.
displayname=ID
listdelimiter=<div>
listmethod=nested(project.tasks).lists
textmode=true
type=iterate
valueexpression=IF(CONTAINS("Deliver Product Sample For Photography",{name}),{DE:VID #})
valueformat=HTML
I think my listmethod is wrong?
Help!!