I need to pull milestone information into a custom report. I only need to pull in the current Milestone name associated with a project. | Community
Skip to main content
MaryFox1967
Level 2
June 21, 2022
Question

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

  • June 21, 2022
  • 0 replies
  • 395 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.