At the program level, when I am looking at a list of the active projects, how do I create a column that pulls in the current task on each project into a custom view? | Adobe Higher Education
Skip to main content
JeremyNe
Level 2
June 22, 2021
Frage

At the program level, when I am looking at a list of the active projects, how do I create a column that pulls in the current task on each project into a custom view?

  • June 22, 2021
  • 1 Antwort
  • 596 Ansichten
No text available
Dieses Thema wurde für Antworten geschlossen.

1 Antwort

Doug_Den_Hoed__AtAppStore
Community Advisor
Community Advisor
June 22, 2021

Hi Jeremy,

Here's one way, from an example at wf-pro.com:

displayname=Current Task

listdelimiter=

listmethod=nested(tasks).lists

textmode=true

type=iterate

valueexpression=IF({numberOfChildren}=0,IF({canStart},IF(CONTAINS("CPL",{status}),"",CONCAT({name}," "))))

valueformat=HTML

Regards,

Doug

JeremyNe
Level 2
June 22, 2021

Thanks man! Bingo.