I would like to able to do the following:
having an item : this.key[parm]
I want to create a trigger:
name: failure on {ITEM.KEY1}
trigger expression: this.key[parm].last()=1
I know this cannot be done directly in the 1.8.5 version, but has anybody found a sneaky slithery alternative to do this anyway?
having an item : this.key[parm]
I want to create a trigger:
name: failure on {ITEM.KEY1}
trigger expression: this.key[parm].last()=1
I know this cannot be done directly in the 1.8.5 version, but has anybody found a sneaky slithery alternative to do this anyway?
Comment