Hi,
I have an A field with 2 possible values, 1 and 2. If A = 1 then the form shows another B field. This B field has PVs = 3 and 4. There is a third C field that is shown in case B is not 4. But when B is hidden, the "B is not 4" condition doesn´t work. Is this the desired functionality? In my opinion "B is not 4" should be true when B is hidden, but not sure what is the expected functionality here. Thanks.
The problem is that we can not combine "and" and "or", so in current scenario I cannot add more conditions like that one. In any case, I have multiple conditions, but the problem is that the hidden one (B in this case) never returns false when compared to any value (what I supposed should return since it is not set to any value)
Condition based in hidden field
Hi, I have an A field with 2 possible values, 1 and 2. If A = 1 then the form shows another B field. This B field has PVs = 3 and 4. There is a third C field that is shown in case B is not 4. But when B is hidden, the "B is not 4" condition doesn´t work. Is this the desired functionality? In my opinion "B is not 4" should be true when B is hidden, but not sure what is the expected functionality here. Thanks.
Maybe also add a condition to C that A = 1
The problem is that we can not combine "and" and "or", so in current scenario I cannot add more conditions like that one. In any case, I have multiple conditions, but the problem is that the hidden one (B in this case) never returns false when compared to any value (what I supposed should return since it is not set to any value)
is working on a reply...