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! | Community
Skip to main content
MaryFox1967
Level 2
August 9, 2021
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!

  • August 9, 2021
  • 1 reply
  • 480 views

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???

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skyehansen

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.

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
August 12, 2021

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.