In my model I have multiple testers (processors) that have unique reject rates. A flowtiem is routed to some or all of the different testers depending upon its item type. When test is complete (Process Complete) I am setting the value of a label (1 = pass; 2= fail) based on a percentage. I also want to set the value of another label (Reject) to equal 2 if the value of the test label also equal to 2. Otherwise, I don't want to set this Reject value. I am looking for some help in writing the code for assigning the value of the Reject label.