Expand my Community achievements bar.

Join us for our Coffee Break Sweepstakes on July 16th! Come ask your questions or share your use cases on Creative Briefs for a chance to win a piece of Workfront swag!

Reporting At The Program Level

Avatar

Level 4

7/28/17

Add to the database the following program headers data elements: Active Projects Condition, Planned Completion, and Percent Complete. Having the ability to create a report to show the progress of all projects tied to a program would be a great report.

1 Comment

Avatar

Level 3

11/17/17

You could do an API search of the projects and filter down to a particular program.

/attask/api/v7.0/Project/search/?fields=condition,plannedCompletionDate,percentComplete,program&program:ID=5644dea3011a50814be3834b84d8e774&status_Mod=in&AND:0:status=CUR&AND:0:status=PLN&AND:0:status=APR

Breakdown:

Project fields: condition, plannedCompletionDate, percentComplete, program (the desired fields)

Filter by Program: 5644dea3011a50814be3834b84d8e774 (whichever program you want)

Project status: CUR, PLN or APR (active projects)