Solved
In some of our projects, the same task is assigned to multiple users and we would like to run task reports that display the actual hours each individual spent on the task.
No text available
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.