I am trying set the “correct” sink for when this table is filled out correctly. I have done stuff like this before and am not sure why this one has a dot instead of a check when correct values are entered. If someone could help me out with this CL it would be much appreciated. Thank you.
The code I have is here:
first = table4.cellNumericValue(1,2)
second = table4.cellNumericValue(2,2)
third = table4.cellNumericValue(3,2)
fourth = table4.cellNumericValue(4,2)
fifth = table4.cellNumericValue(5,2)
correct: (first = -3) and
(second = -1) and
(third = 1) and
(fourth = 3) and
(fifth = 5)