- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 02:59 AM
I want a report to show projects progress over time. I can get project percent complete at a given point in time but not to show progress over weeks or months.
Is the history of project percent complete stored in a ServiceNow table that I can use for reporting?
Or, do I need to export percent complete weekly for each project and build the report outside ServceNow?
I've looked through previous posts and forums but can't find a solution for this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 04:45 AM
Hi
As the project task contains the relation to project ,the easiest way to build a dashboard is to base all reports either on the project task table ( and use dot walking to get the project details) or build a database view doing the same (connecting project & project task tables).
Your concerned tables would be :
pm_project ( project table)
pm_project_task (project task table)
planned_task_rel_planned_task (task relationship table)
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 04:45 AM
Hi
As the project task contains the relation to project ,the easiest way to build a dashboard is to base all reports either on the project task table ( and use dot walking to get the project details) or build a database view doing the same (connecting project & project task tables).
Your concerned tables would be :
pm_project ( project table)
pm_project_task (project task table)
planned_task_rel_planned_task (task relationship table)
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 04:00 AM
Hi
Glad to see my answer helped you, Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 10:42 PM
Hi Colin,
If you follow/ensure to submit the weekly progress of the project via a status report then it actually captures the percent complete at that point of time. If you look at the status report related list then you should be able to see the weekly % complete progress.
Other alternative is to use performance analytics and create indicators which will capture the required information based on the decided frequency and will be plotted as a trend over a period of time.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2022 08:08 AM
Hi,
Thanks for the reply, I do appreciate the help and my apologies for not getting back sooner.
I have tried this and maybe not got it correct, but if I miss a weekly update, ( maybe going on leave for a week) the graph goes to zero for that week.
Is this correct or have I done it wrong ?