Select to view content in your preferred language

Calculate risk matrix

3368
1
05-29-2016 10:44 PM
gavinburgess
Deactivated User

Hi in my survey I have two 'select one' list questions based on Likelihood (Certain to Rare) and Consequence(Negligible to Major). I'd like a message to popup with the resultant Risk Level based from the selection of these two fields. i.e. If Unlikely and Minor is selected, I want a popup to say Moderate Risk.

If not, can this be done with a note?

RiskRank.png

0 Kudos
1 Reply
JohnBickmore
Regular Contributor

I have done this by using numbers as the choice names (first table) then using formulas in the relevant collumn to display the relevant risk 'notes'

I have only 4 risk class but should work with 5?

   

Liklihood5Almost Certain - Expected to occur regularly
Liklihood4Likely - Will probably occur
Liklihood3Possible - Might occur occasionally
Liklihood2Unlikely - Could happen at some time
Liklihood1Rare - May happen only in exceptional circumstances
Consequence1Negligible
Consequence2Minor
Consequence3Moderate
Consequence4Major
Consequence5Severe

 

${Liklihood}*${Consequence}>0.5 and ${Liklihood}*${Consequence}<=4
${Liklihood}*${Consequence}>4 and ${Liklihood}*${Consequence}<=10
${Liklihood}*${Consequence}>10 and ${Liklihood}*${Consequence}<=16
${Liklihood}*${Consequence}>16
${Liklihood}*${Consequence}>4 and ${Liklihood}*${Consequence}<=16
0 Kudos