get_project_cv

Get the cost variance (CV) for the complete project in the given tracking period.

The CV is equal to the EV - AC and should be first calculated using the P2Tracking:construct_evm_report function.

Parameters: 
I/O Type Name Description
input integer ID ID of the tracking period
output float CV Cost Variance
Learn More: 

Step inside PMKC.

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