RPN Calculation (FMEA)
Initial RPN
Calculates the Risk Priority Number by multiplying severity, occurrence, and detection ratings per the AIAG & VDA FMEA Handbook.
Column configuration:
Revised RPN (After Mitigation)
Calculates the post-mitigation RPN using updated severity, occurrence, and detection values:RPN with Cell Decorator
Combine the RPN formula with conditional formatting to color-code risk levels:Risk Matrix (HARA / Action Priority)
Severity-Probability Risk Level
Implements a risk acceptance matrix using severity and probability to determine acceptability:HARA Risk Level with ASIL Mapping
For ISO 26262 HARA (Hazard Analysis and Risk Assessment) workflows:Auto-Generated Titles
Title from Hazardous Situation and Harm
Generates a work item title by combining related fields. Recommended best practice for FMEA (Failure Mode and Effects Analysis) workflows to prevent items without titles:Cross-Row Aggregation
Unique Values from Child Items
Available since v24.9.1 Collects unique enum values from downstream risk items into the parent process step row:Sum Across Child Items
Aggregates numeric values from child risk items:Field Combination
Linked Item Fields in One Column
Combines ID and title from a linked item into a single cell:Conditional Read-Only via cellDecorators
UsesystemReadOnlyFields in a cell decorator to make columns conditionally read-only based on an enum value:
Row Header Styling with Formula Values
Apply conditional styling to row headers based on the revised RPN (Risk Priority Number):Top Panel Function for Dynamic Risk Matrix
Define a risk matrix in the top panel that reads from external configuration, avoiding hardcoded values in each project’s sheet configuration:Complete FMEA Configuration
A full working example combining RPN formulas, risk parameter ratings, and conditional formatting:Related Pages
- Formula Syntax — function signature and execution behavior
- Formula Functions — helper functions and data access patterns
- Cell Decorators — conditional formatting with decorators
- CSS Classes — custom style definitions
- Top Panel Template — advanced function hosting