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? | Community
Skip to main content
JeremyNe
Level 2
June 22, 2021
Question

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 reply
  • 596 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

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
JeremyNeAuthor
Level 2
June 22, 2021

Thanks man! Bingo.