skyline666
Programmer
Hi,
I want to be able to make a custom chart, as none of the charts are what I need. Here is a picture of what im after, and I will explain afterwards:
Ok, Y means Yellow background, O means Orangebackground and R means Red background. I have three fields that I need to populate this with. They are Risk Rating, Managability and RiskID. Risk Rating will go on the Y axis, and Manageability will go on the X axis. The RiskID will be the point (preferably a small square) on the chart. Risk Rating and Manageability are as the numbers you see on the chart above. RiskID is a numeric field.
Want I want to be able to do is if RiskID number 1 has a RiskRating of 3 and a Manageability of 2, then it will be a point in the Orange section in Manageability of 2. Another example is if RiskID is 2, Risk Rating is 5 and Manageability is 1, it will go in the Yellow section of Manageability of 1. When I say it goes in these sections, I mean it will go on that point (e.g RR = 5 and M = 1). Where the numbers are for Manageability (1-3), I want the value to go in the centre of the section (so imagine a line coming up from those numbers). Hope that all makes sense.
Can anyone help me on this?
Many thanks in advance,
Andrew
I want to be able to make a custom chart, as none of the charts are what I need. Here is a picture of what im after, and I will explain afterwards:
Code:
9| | |
8| O | R |
7| | | R
6|______|______|
5| | |
4| | O |______
3| Y |______| O
2| | |______
1| | Y | Y
|______|______|______
1 2 3
Ok, Y means Yellow background, O means Orangebackground and R means Red background. I have three fields that I need to populate this with. They are Risk Rating, Managability and RiskID. Risk Rating will go on the Y axis, and Manageability will go on the X axis. The RiskID will be the point (preferably a small square) on the chart. Risk Rating and Manageability are as the numbers you see on the chart above. RiskID is a numeric field.
Want I want to be able to do is if RiskID number 1 has a RiskRating of 3 and a Manageability of 2, then it will be a point in the Orange section in Manageability of 2. Another example is if RiskID is 2, Risk Rating is 5 and Manageability is 1, it will go in the Yellow section of Manageability of 1. When I say it goes in these sections, I mean it will go on that point (e.g RR = 5 and M = 1). Where the numbers are for Manageability (1-3), I want the value to go in the centre of the section (so imagine a line coming up from those numbers). Hope that all makes sense.
Can anyone help me on this?
Many thanks in advance,
Andrew