Configure Analysis Roll-up
About Analysis Roll-up
After the CoF and PoF values are updated in the Degradation Mechanism records, these values are rolled up to the Analysis. By default, the values are rolled up based on the logic defined in the baseline rules. However, you can create a policy for the roll-up logic and configure it to be executed during the analysis calculation. When you use the policy for analysis roll-up, it overrides the baseline rules.
Workflow
This topic describes the sequence of the tasks that you need to perform to configure the analysis roll-up. Based on the complexity of the configuration, you may need to perform certain tasks outside of the Risk Based Inspection module. When performing such tasks, we recommend that you follow the documentation of the respective modules.
The following image illustrates the workflow of the flexible analysis roll-up configuration:
Create an Analysis Roll-up Policy
About This Task
As part of the flexible analysis roll-up configuration, you must create a policy to define the roll-up logic. After you create the analysis roll-up policy, you must configure the policy in the Flexible Calculation Configuration section in RBI 580 Flexible Calculation Preferences page. If you use the analysis roll-up policy, all the baseline logics for analysis roll-up are overridden.
This topic describes the basic steps on creating an analysis roll-up policy. For more information on creating, managing, and activating policies, refer to the Policy Designer documentation.
Procedure
Configure Analysis Roll-up Output Preferences
About This Task
Create Flexible Analysis Roll-up Configuration
If you want to override the baseline analysis roll-up logic, you must create a flexible analysis roll-up record in the RBI 580 Flexible Calculation Preferences section. For more information on creating a flexible analysis roll-up configuration record, refer to the Create a Flexible Calculation Configuration topic.
Before You Begin
Make sure that a policy is created for the logic that you want to perform to roll up the CoF values to analysis records.
Procedure
- Analysis Family: RBI Criticality Analysis
- Action: Analysis Roll-Up
- Action Family: Select the family that you want to use for the flexible analysis roll-up.
- Policy Name: Select the policy that must be used for the roll-up.
- Sequence: 1
Detail section:
- Input Entity Family: Select the family defined in Input Entity of the analysis roll-up policy.
- Policy Node Name: Enter the name of the input Entity node defined in the analysis roll-up policy.
Results
Configure Analysis Roll-up - Example
About This Task
Field in RBI Criticality Analysis | Roll-up logic based on DM values |
---|---|
SHE Risk | Minimum SHE Risk value from the DMs |
Financial Risk | Minimum Financial Risk value from the DMs |
Procedure
Results
- The baseline logics for analysis roll-up will be overridden.
- The configured analysis roll-up policy is triggered. As defined in the policy, the DM values are rolled up and updated in the analysis.
Create Sample Analysis Roll-up Policy
This topic describes the general steps that you must perform to configure the analysis roll-up policy as part of this scenario. For the detailed information on creating and configuring a policy, refer to the Policy Designer documentation.
Before You Begin
Create the following query
- Configured Analysis Roll Up Query: To roll up the minimum SHE Risk and minimum Financial Risk values from DMs. The following query is a sample query for this requirement.
SELECT Min([MI_RBDEMECH].[MI_RBDEMECH_SHE_RISK_NBR]) "SHE Risk" , Min([MI_RBDEMECH].[MI_RBDEMECH_FINA_RISK_NBR]) "Financial Risk" FROM [MI_MRBIANAL] JOIN_SUCC [MI_RBDEMECH] ON {MIR_HSDEGMEC} WHERE [MI_MRBIANAL].ENTY_KEY = (? :s :caption='Analysis Entity' :id=AnalysisEntity)