Hello,
It's probably very easy but, I'm trying to make a trigger wich activate when the item doesnt recieve any data in 8 days...
I tried this :
and this
none of them seem to work,
But I have some for 25h wich are like this :
And they seem to work so I dont know ?!
Regards
It's probably very easy but, I'm trying to make a trigger wich activate when the item doesnt recieve any data in 8 days...
I tried this :
Code:
{TemplateName:ItemName.nodata(8d)}=1
Code:
{TemplateName:ItemName.nodata(192h)}=1
But I have some for 25h wich are like this :
Code:
{TemplateName:ItemName.nodata(25h)}=1
Regards
Comment