How can I get a report of project baselines against actuals?

pete5711
Kilo Contributor

We have been using the project application for quite some time and in the past we used planned dates as a baseline to evaluate schedules. Now these fields are updating from actual end dates when a task is completed so we are forced to use baselines. How can I build a report to show specific baseline dates against actuals? I don't see the start and end fields in the baseline table.

Thanks,

2 REPLIES 2

amullendarby
ServiceNow Employee
ServiceNow Employee

The Start and End fields are in the Baseline Item [planned_task_baseline_item] table. You would have to use the Task reference field from that table to dot walk to the Top project (Top task in Eureka) field so that you could group by Project or by Project Task. Then use the Baseline field to sort by the different Baselines that you have created. You can also compare one set of baselines to the actuals via the Gantt chart.


So can I assume that the start and end fields on the Baseline item table are the planned dates that where on the project at the time the baseline was taken?

Trying to understand this data that I am getting back on my report.

find_real_file.png