Variance Report

D

Django

I have a project with numerous tasks that has numerous
dependencies. Often I have to run What If scenarios to
determine what impact a change to a task has on its
various dependencies. Is there a process by which one
could get a variance report which shows only the tasks
changed and the effect on such changes on the dependencies
without scrooling through hundreds of lines of data. In
other words filter out everything else.

Django
 
G

Gérard Ducouret

Hello Django,
You can use Interim Plans : Tools / Tracking / Save Baseline / Interim
Plan...
and display the interim plan bars in the Gantt Chart : Format / Bar
Styles...

Gérard Ducouret
 
D

Dhango

Gerard thanks for the info. However, I was looking more on
the tables side of the Gantt Chart.

Django
 
G

Gérard Ducouret

Dhango,

The Interim Plan fills in the Start1 and Finish1 fields, then Start2 and
Finish2...
So you insert these fields in the left hand table.
You can add a Number1 field, renamed "Variance" for ex, with a formula like
:
[Finish]-[Finish1]

And if the result is positive, display a red symbol :

Tools / Customize / Field...

Gérard Ducouret


"Dhango" <[email protected]> a écrit dans le message de
Gerard thanks for the info. However, I was looking more on
the tables side of the Gantt Chart.

Django
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top