Windchill Risk and Reliability Desktop Help > Windchill FMEA > Control Plans > Control Plan User-Defined Calculations
Control Plan User-Defined Calculations
In the Calculation file for the Project, you can insert user-defined calculations for control plans like those described in the following table. Aggregate calculations for control plans cannot be automatic. This is because changing a single value can potentially update multiple parent values. For more information, see Calculation File.
Result Field Table
Input Field Table
Can be Automatic?
Is Aggregate?
Example
FMEA Control Plans
FMEA Control Plans
Yes
No
ControlPlanValue1 = ControlPlanValue2 + ControlPlanValue3
FMEA Worksheet (Cause)
FMEA Control Plans
No
Yes
Field values from control plan records are aggregated to the associated cause.
CauseValue = Sum(ControlPlanValue)
FMEA Tree Items
FMEA Control Plans
No
Yes
Field values from control plan records are aggregated to the associated FMEA Tree Items record.
FMEATreeValue = Sum(ControlPlanValue)
FMEA Control Plans
FMEA Worksheet (Cause)
No
Yes
Field values from cause records are aggregated to the associated control plan.
ControlPlanValue = Sum(CauseValue)
FMEA Control Plans
FMEA Tree Items
No
Yes
Field values from FMEA Tree Items records are aggregated to the associated control plan.
ControlPlanValue = Sum(FMEATreeValue)