L
Linda
I have two fields on my form, consequence and probability. They are filled
from drop down menus that contain the phrases very low, low, medium, high and
very high. Each of those are assigned a value of 1 through 5 respectively.
A third field, exposure, is calculated as the product of the two values. The
customer would like the background of the exposure field to be colored. The
criteria for the color is based on a chart of the products where:
Consequence = 1 Probablitily = 1-5 => green (exposure value of 1,2,3,4,5)
Consequence = 2 Probablitily = 1-3 => green (exposure value 2,4,6)
Consequence = 2 Probablitily = 4-5 => yellow (exposure value 8,10)
Consequence = 3 Probablitily = 1 => green (exposure value 3)
Consequence = 3 Probablitily = 2-4 => yellow (exposure value of 6,9,12)
(exposure value 5)
Consequence = 3 Probablitily = 5 => red (exposure value 15)
Consequence = 4 Probablitily = 1-3 => yellow (esposure level 4,8,12)
Consequence = 4 Probablitily = 4-5 => red (exposure level 16, 20)
Consequence = 5 Probability = 1-2 = > yellow (Exposure level 5,10)
Consequence = 5 Probability = 3-5 = red (exposure level 15,20,25)
Ultimately when a report is generated I need to be able to print the matrix
with the values of 1-5 on the the X and Yaxis. The matrix will consist of 25
blocks where each block contains the product of the values on each axis.
Then the value from the form for the exposure needs to be marked on the
matrix. Each box will be colored according to the chart given above.
Can anyone tell me how to determine the color for the exposure field?
Can anyone tell me how to create the matrix for the report and mark the
correct block.
Thank you!
from drop down menus that contain the phrases very low, low, medium, high and
very high. Each of those are assigned a value of 1 through 5 respectively.
A third field, exposure, is calculated as the product of the two values. The
customer would like the background of the exposure field to be colored. The
criteria for the color is based on a chart of the products where:
Consequence = 1 Probablitily = 1-5 => green (exposure value of 1,2,3,4,5)
Consequence = 2 Probablitily = 1-3 => green (exposure value 2,4,6)
Consequence = 2 Probablitily = 4-5 => yellow (exposure value 8,10)
Consequence = 3 Probablitily = 1 => green (exposure value 3)
Consequence = 3 Probablitily = 2-4 => yellow (exposure value of 6,9,12)
(exposure value 5)
Consequence = 3 Probablitily = 5 => red (exposure value 15)
Consequence = 4 Probablitily = 1-3 => yellow (esposure level 4,8,12)
Consequence = 4 Probablitily = 4-5 => red (exposure level 16, 20)
Consequence = 5 Probability = 1-2 = > yellow (Exposure level 5,10)
Consequence = 5 Probability = 3-5 = red (exposure level 15,20,25)
Ultimately when a report is generated I need to be able to print the matrix
with the values of 1-5 on the the X and Yaxis. The matrix will consist of 25
blocks where each block contains the product of the values on each axis.
Then the value from the form for the exposure needs to be marked on the
matrix. Each box will be colored according to the chart given above.
Can anyone tell me how to determine the color for the exposure field?
Can anyone tell me how to create the matrix for the report and mark the
correct block.
Thank you!