Trigger: Compare value with value 30 days ago.
We want to define a trigger that compares the value of a item with the value of the same item 30 days ago.
If both value are the same it should generate a trigger.
We have tried a couple of thing but without success:
1.
2.
We want to define a trigger that compares the value of a item with the value of the same item 30 days ago.
If both value are the same it should generate a trigger.
We have tried a couple of thing but without success:
1.
Code:
{myitem.last(#1,30d)}
=
{myitem.last(#1)}
Code:
{myitem.last(30d)}
=
{myitem.last()}
Comment