해결됨
Last task code
Does anybody have the code to generate a "previous task completed" column on a project report? Thanks in advance for the help!
Does anybody have the code to generate a "previous task completed" column on a project report? Thanks in advance for the help!
Previous, meaning a predecessor? If so, I've used this text mode from @imgrund many times on a task report (thank you, Anthony!). It's from the Lateness of a Predecessor Task thread
displayname=Predecessor Name and Actual Completion Date
listdelimiter=
listmethod=nested(predecessors).lists
textmode=true
type=iterate
valueexpression=CONCAT({predecessor}.{name}," - ",{predecessor}.{actualCompletionDate})
valueformat=HTML
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.