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
  • 2 replies
  • 618 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.

2 replies

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

Learn more at www.atappstore.com, email doug.denhoed@atappstore.com, or tag me here @Doug_Den_Hoed_AtAppStore.
JeremyNe
JeremyNeAuthor
Level 2
June 22, 2021

Thanks man! Bingo.