Reporting At The Program Level | Community
Skip to main content
Level 2
July 28, 2017
Archived

Reporting At The Program Level

  • July 28, 2017
  • 1 reply
  • 324 views

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 reply

Level 2
November 17, 2017

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)