HI, I would like to know if is possible to create a calculated item representing the trigger status of another item ? For example, this new calculated item would value 0 if the trigger is not triggered and 1 otherwise.
In case it is not possible another approach would be a calculated item with a comparator, for example {last(anotherkey) > 20}. If I could somehow map this boolean logic to zero or one in a calculated item would be another way to solve my problem.
Thanks in advance.
In case it is not possible another approach would be a calculated item with a comparator, for example {last(anotherkey) > 20}. If I could somehow map this boolean logic to zero or one in a calculated item would be another way to solve my problem.
Thanks in advance.
Comment