tasl column in project report
Am I able to add a column to to a project report for tasks of the project? If so, how do I do that? I can't figure it out.
Am I able to add a column to to a project report for tasks of the project? If so, how do I do that? I can't figure it out.
Hello Karen,
@leigh_hastyis completely right, starting from a task report would be the better way.
You are able to add a column with all project tasks into a project report, but there are some limitations:
The text mode should be like this:
valueformat=HTML
textmode=true
type=iterate
listdelimiter=<p>
displayname=Project Tasks Names
listmethod=nested(tasks).lists
valuefield=name
Using this, you will only see the task names as plain text and not be able to click on them.
Alternatively, you can use a workaround to get clickable links, but those will only be displayed as urls without having the possibility to show the task name only.
valueexpression=CONCAT({name}," - ","https://<instance>.my.workfront.com/task/",{ID})
listdelimiter=<br>
listmethod=nested(tasks).lists
valueformat=HTML
displayname=Project Tasks Names
textmode=true
type=iterate
Regards
Lars
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.