Advanced Tags: Nested condition formula allowed?
Hello community,
I would like to know if it's possible to create a nested condition formula using a Derived Tag in Advanced Tags in KEPServerEX. Something "Condition ? Value_if_True : Value_if_False"
The idea is to retrieve certain tag based on a tag value, for example:
plc1secuence == 1 ? plc2tag1 : plc1secuence == 2 ? plc3tag1 : -1
Tried using IIF statement as well but it doesn't like it either...
Looking forward to hear from you.
Cheers,

