Project field on task report question
How can I get the Project Manager name to populate on a task-level report? It's not a specific task or project field but I can get it to populate on project reports and not on task reports.
I've even tried this formula which has worked on project-level reports but hasn't worked on task-level reports:
description=Project Manager
displayname=Project Manager
listdelimiter=<div>
listmethod=nested(projectUsers).lists
type=iterate
valueexpression=IF({user}.{role}="Project Manager",CONCAT({user}.{name}),"")
valueformat=HTML
I know Adobe's focus is more on building APIs with other reporting tools than on actually updating their reporting capabilities, but there has to be a way to do this right?