I'm using a calculated item to get the min() of multiple LLD items. This caluclated data is then used in a trigger.
I want the trigger operational data to be something else X, rather than this calculated item.
The only solution I've found is to add an expression in the trigger that doesn't do anything, but still cotains X.
For example (trigger expression): calculated_item > 5 or (X<X).
(X<X) will never be true, but it allows me to use X as live operational data in the dashboards.
is this how it's supposed to be?
I want the trigger operational data to be something else X, rather than this calculated item.
The only solution I've found is to add an expression in the trigger that doesn't do anything, but still cotains X.
For example (trigger expression): calculated_item > 5 or (X<X).
(X<X) will never be true, but it allows me to use X as live operational data in the dashboards.
is this how it's supposed to be?
Comment