Avatar

Correct answer by
Level 10

Hi,

One way would be to use the Choose function in the calculate event if the Risk field, so something like;

//              1      2      3      4         5           6           7        8       9       10

Choose(Score, "Low", "Low", "Low", "Low", "Moderate", "Moderate", "Moderate", "High", "High", "High")

Regards

Bruce

View solution in original post