Ad Widget

Collapse

Having two items with value xy and trigger which tests if they are the same

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riBoon
    Junior Member
    • May 2017
    • 26

    #1

    Having two items with value xy and trigger which tests if they are the same

    Hi,
    I have a race condition in my trigger.
    I have two items checking at defined schedule time getting a value which is the correct value for today. But we have to make sure they are the same.

    So my trigger expression looks like:
    last(item1)<>last(item2)

    And what I get is a problem alert with duration 0s as the first item creates the problem (values differ), the second switches it to ok.

    Is there an easy way to get this done?
Working...