TEB Variable
I have a variable number that is assigned from a TEB. However, if that TEB variable is changed, my Adv. Action to show/hide a smart object is not functioning as it should.
Here is the AA:
If any of the conditions are true:
vProd greater or equal to 98
vProd lesser or equal to 120
Action:
Show variYes
Hide variNo
ELSE:
Show variNo
Hide variYes
If I enter 100, the variYes should show. It does not. If I type in 75, variNo should show. It does. After the first time entering a number, if I enter a new number, the variable changes but, neither variYes or variNo show/hides. The variable is changing as intended but the visibility of the smart objects (variYes/variNo) are not showing properly.

