Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

I need to pull milestone information into a custom report. I only need to pull in the current Milestone name associated with a project.

Avatar

Level 3

I only need to pull in the current Milestone name associated with a project. I have textcode for a similar function to pull the current task info into a custom report and was hoping there might be something along the same lines that I could use to pull in the Milestones.

displayname=Current Task(s)

listdelimiter=

listmethod=nested(tasks).lists

valueformat=

valueexpression=IF({numberOfChildren}>0,"",IF(ISBLANK({handoffDate}),"",IF(ISBLANK({actualCompletionDate}),CONCAT(" * ",{name}),"")))

textmode=true

type=iterate

usewidths=true

width=70

Anyone?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies