Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
On a task report, add a text mode column:
displayname=Actuals by User
listdelimiter=<div>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=CONCAT({assignedTo}.{name}," - ",({actualWorkCompleted}/60)," Hours")
valueformat=HTML
Views
Replies
Total Likes
On a task report, add a text mode column:
displayname=Actuals by User
listdelimiter=<div>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=CONCAT({assignedTo}.{name}," - ",({actualWorkCompleted}/60)," Hours")
valueformat=HTML
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @William English‚
This is great sharing, do you have any idea to add similar column for project view.
Best regards,
Kundan.
Views
Replies
Total Likes
Kundan, it's not possible to do for a project view.
This is a collections column. Assignments are a collection in tasks or issues, so you can have this column in a task or issue report. Assignments are not a collection in projects, so this view is not possible in a project report.
To understand when you can or can't do this, go to the API Explorer and look for the kind of object that matches your report (in this case, you would look at "Project" in the API Explorer because you are building a project report/view. Click on the "Collections" tab. Anything you see in that tab can be listed in a column in your report. If the thing you want to make a list of isn't in the collections tab, it's not possible.
Thanks,
-WE
Views
Replies
Total Likes
Views
Likes
Replies