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
질문

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 답변
  • 596 조회
No text available
이 주제는 답변이 닫혔습니다.

1 답변

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
JeremyNe작성자
Level 2
June 22, 2021

Thanks man! Bingo.