J
jacobe2008
I have a table with 2 fields (Department_Name, and the responsibilities for
each department):
Department_Name Responsibilities
Dept1 a, b, c
Dept2 d
Dept3 e, f
I have a second table, that ranks each responsibility by importance:
Responisbility Importance
a 1
b 2
c 3
d 4
e 5
f 6
The problem is, I would like to rank the departments based on the ranking of
the responsibilities in the department. That is, I want to have a final
table like this:
Department Importance
Dept1 1
Dept2 4
Dept3 5
(Dept1 gets an importance of 1 because of responsibility a, Dept2 gets an
importance of 4 because of responsibility d, and Dept3 gets an importance of
5 because of responsibility e)
I would appreciate the help. And thanks in advance!
each department):
Department_Name Responsibilities
Dept1 a, b, c
Dept2 d
Dept3 e, f
I have a second table, that ranks each responsibility by importance:
Responisbility Importance
a 1
b 2
c 3
d 4
e 5
f 6
The problem is, I would like to rank the departments based on the ranking of
the responsibilities in the department. That is, I want to have a final
table like this:
Department Importance
Dept1 1
Dept2 4
Dept3 5
(Dept1 gets an importance of 1 because of responsibility a, Dept2 gets an
importance of 4 because of responsibility d, and Dept3 gets an importance of
5 because of responsibility e)
I would appreciate the help. And thanks in advance!