Skip to main content
P2 Engine
Advancing the state-of-the-art knowledge

Search form

Main menu

  • Home

You are here

Home » P2Tracking » Tracking period data » Activity cost

Navigation

  • Installation
  • Download examples
  • FAQ
  • Release Info
  • P2Reader
  • P2Generator
  • P2Project
  • P2Schedule
  • P2Resource
  • P2Simulator
  • P2Tracking
    • new
    • reset_tracking_object
    • add_tracking_period
    • remove_last_period
    • get_number_of_tracking_periods
    • Tracking period data
      • set_status_date
      • get_status_date
      • set_percentage_completed
      • get_percentage_completed
      • get_project_percentage_completed
      • Project status
      • Activity durations
      • Activity cost
        • set_actual_cost
        • get_actual_cost
        • get_planned_actual_cost
        • set_planned_actual_cost_deviation
        • get_planned_actual_cost_deviation
        • set_remaining_cost
        • get_remaining_cost
        • get_planned_remaining_cost
        • set_planned_remaining_cost_deviation
        • get_planned_remaining_cost_deviation
        • get_actual_resource_cost
        • get_remaining_resource_cost
        • get_actual_fixed_cost
        • get_remaining_fixed_cost
        • get_actual_variable_cost
        • get_remaining_variable_cost
      • Tracking schedule
    • EVM data

Yet another project from

get_planned_remaining_cost_deviation

Get the planned remaining cost deviation for an activity in a tracking period. 

More information on the planned remaining cost deviation is available in the help files of the P2Tracking:set_remaining_cost function.

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

Step inside PMKC.

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