Hi All,
We're trying to create a seemingly simple calculation between two tables to measure the risk score for quality issues.
In 'table1' I have a [Keywords] field and a [Phase Value] field that have reference values that relate the phase at which an issue is discovered to a numeric value.
In 'table2' I have a list of issues that each have a corresponding [Keywords] value and a [Severity] value.
My goal is for each issue to multiply the [Severity] value from 'table2' with the [Phase Value] from 'table1'.
Any help would be greatly appreciated!