Help with report view text mode - aggregating notes from multiple child tasks into a single column
Hi,
I am trying to generate a custom column in a view in a report which lists all the notes sitting under a parent task, but this is pulling nothing.
Is there a way to do this?
displayname=Last Note
listdelimiter=<br>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF(ISBLANK({lastNoteText}), "", CONCAT({lastNoteDate}, " ", {lastNoteOwner}.{name}, " said: ", {lastNoteText}))
valueformat=HTML