Showing the Note entered by name on a report
I have researched here and have not come up with what I was looking for.
I have a report that shows, by Project, all tasks that have an update made in the last seven days. The only piece of data I'm
unable to get is who entered the note. Any help would be appreciated.
I tried this, but it delivered a blank field.
[code language=”text” autolinks=”false”]
displayname=Latest Update
namekey=latest update
textmode=true
valueexpression=IF(LEN({lastNote}.{noteText})>140, CONCAT(SUBSTR({lastNote}.{noteText},0,139),”…(open for more) — “, {lastNote}.{owner}.{name},” on “, {lastNote}.{entryDate}), IF(LEN({lastNote}.{noteText})>0, CONCAT({lastNote}.{noteText},” — “, {lastNote}.{owner}.{name},” on “, {lastNote}.{entryDate})))
valueformat=HTML
[/code]
This report is very handy when on a conference call with the customer and I need a quick reference on the status/work done on the project tasks.
Thanks,
Mary