Expand my Community achievements bar.

Wondering how Workfront Proof works? Join our AMA on May 8th and ask our Community experts!
SOLVED

Column for Latest Update in Resolving Project

Avatar

Level 2

I'm terrible with text mode. Does anybody know what I would use to get a column in an issue report to display the latest update from the issue's resolving project? Is that even possible?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

It has to be done through text mode, as the only field in the standard report builder would be Resolve Project > Late Note ID. Here is the column you can add to your Issue Report to show the last update on the resolving project:

valuefield=resolveProject:lastNote:noteText
querysort=resolveProject:lastNote:noteText
valueformat=HTML
displayname=Last Update on Project

Feel free to rename your column by changing the displayname=Last Update on Project 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

It has to be done through text mode, as the only field in the standard report builder would be Resolve Project > Late Note ID. Here is the column you can add to your Issue Report to show the last update on the resolving project:

valuefield=resolveProject:lastNote:noteText
querysort=resolveProject:lastNote:noteText
valueformat=HTML
displayname=Last Update on Project

Feel free to rename your column by changing the displayname=Last Update on Project 

Avatar

Level 2

Worked perfectly! Thank you!!!