get_project_ev

Get the earned value (EV) for the complete project in the given tracking period.

This value should be first calculated by calling the P2Tracking:construct_evm_report function.

Parameters: 
I/O Type Name Description
input integer ID ID of the tracking period
output float EV Earned Value
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Tracking