How do I include multiple Project custom fields into a single column in a Task Report
I have a task report that I need to surface a few project custom fields. I am hoping to use a CONCAT to add a number of the fields together into a single column in the report, but I'm sure I have my syntax messed up. This is what I have so far.
displayname=Test Domain Releases
listdelimiter=<div>
listmethod=nested(project).lists
textmode=true
type=iterate
usewidths=true
valueexpression=CONCAT{DE:Test Domains Enabled},": ",{DE:Release Cadence})
valueformat=HTML
width=200