Now the Risk rate is calculate by multiple of Impact and %probability i.e.
Risk Rate = %Probability * Impact
where, impact is an standard field which input is numerical so the system has no limit in number entries.
%Probability is restricted with 100% maximum.
so it has to be standardized,
my requirement is, Impact field has to changed as an Pickup list with options High and Low
similarly %probability also an pickup list with options High and Low
Risk Rate have to automatically calculated based on combination as listed below
- Critical – High impact / High Probability
- High – High impact / Low Probability
- Medium - Low impact/high probability
- Low - Low impact/low probability
Kindly let me know the whether this is possible or not?