I am trying to create a response map for the attached table. I would like to perform an analysis on the role and return the Lp/Ap pair if the role is not equal to a specific value. I have tried a simple table map; however, without a unique key, I am having troubles gaining the correct pair for the role in question.
Here is the analysis I would like to preform:
Foreach line in the table If the role is not equal to 'aMaster' Print a message which include the (Lp,Ap) pair Pass the test Else Print an error message with the (Lp,Ap) pair Fail the test
I know how to do this in the test case; however, I would prefer to do this in an analysis rule. Is there a way to build a response map to facilitate such a rule?