Quantcast
Channel: Primavera Online Interaction » Activity Duration
Viewing all articles
Browse latest Browse all 83

prim15909:How to display Target Actual Duration

$
0
0
Solution ID: prim15909
How to display Target Actual Duration
Status: Reviewed
Version(s): 3.1



Problem: How to  display Target Actual Duration
Fix: Target Actual Duration is the duration between the Target activity Actual Start and the Target Data date.
In order for Target Actual Duration to be greater than 0, the Target project must have Actual Dates.
Target Actual Duration is 0 for any activity that has not started.

1. Go to Data, Custom Data Items and create an activity level, numeric CDI called TDUR with a length of 7.
    


2. Go to Tools, Global Change and create the following Global Change.


     IF         T1EF    EQ    T1AF                               
     THEN    TDUR   EQ    T1AF  -    T1AS
     ELSE    TDUR   EQ   <Target DD>   -   T1AS


Note: The IF statement selects completed Target activities.
Note: If you do not know the Target Data date, go to File, Project Overview and select the Targets tab.

    


Run the Global Change. The Custom Data Item, TDUR, can be displayed in the layout and in the Report Writer.  This Global Change should be run every time the Target project is updated and should include the new Target Data date.


    


Viewing all articles
Browse latest Browse all 83

Trending Articles