Create a filter to warn me if my assets have no warranty in 14 days?

Johannes November 16, 2017

I started like "warranty >= now() + 14d" but this doesnt work because of two different types of variables.

 

Can someone help?

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 16, 2017
It should be
Warranty >= 14d
It will add 14 days to now(). Now() is not needed

Suggest an answer

Log in or Sign up to answer