Quality Tests with Expression Data Type
Here is the scenario, a test(40)in a spec has a long list of numeric values with text; i.e. 10-Result A, 20-Result B, 30-Result C, etc. One range within this list is = Pass and the other range is = Fail. Then the next test(50)needs to refer to the value entered in for test 40 and display either Pass or Fail in the result of test 50. Setting up test 40 seems pretty straight forward, however, test 50 needs to be an Expression to reference test 40, yet it needs to display the text equivalent of Pass or Fail. I would
0