get_actual_fixed_cost

Get the actual fixed cost for an activity in a tracking period.

The actual fixed activity cost at a given tracking period is a fraction of the total actual cost as set by the P2Tracking:set_actual_cost function. More information on activity and resource cost calculations can be found in the help files of the P2Schedule:get_total_activity_cost function.

Parameters: 
I/O Type Name Description
input integer ID activity ID
input integer ID ID of the tracking period
output float cost actual fixed cost
Learn More: 

Step inside PMKC.

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