Hello, I am trying to get a column in a Task report showing the amount of assignments/assignees on a task. Is this possible?I tried this but only got 0 as a value.displayname=Assignment Count
valueexpression=IF(ISBLANK({assignments}), 0, COUNT({assignments}))
valueformat=HTML Thank you,Eric