Expand my Community achievements bar.

SOLVED

I have a custom report that mostly pulls dates of single owner tasks into columns. But I now have an instance where I need to pull the date a Task Status changed on a task that has multiple people assigned to it. Help!

Avatar

Level 3

I have a custom report that mostly pulls dates of single owner tasks into columns. But I now have an instance where I need to pull the date a Task Status changed on a task that has multiple people assigned to it.

I'm having trouble finding any kind of documentation.

Currently I pull certain info out using this formula that was given to me by my WF consultant:

displayname=Concept Route Internally

listdelimiter=<p>

listmethod=nested(tasks).lists

textmode=true

type=iterate

usewidths=true

valueexpression=IF({templateTask}.{name}="Route Concept for Approval",{plannedStartDate})

valueformat=HTML

width=50

But now, I also need to include the date that a Task Status changed and I am stumped. Anyone have any tips, tricks or insights???

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I don't think you're going to be able to do this in a task report but if you really need that information you could use a journal entry report. This would be a separate report, however.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

I don't think you're going to be able to do this in a task report but if you really need that information you could use a journal entry report. This would be a separate report, however.