Hi @Dd ,
Function now() doesn't accept relative offsets such as "-3h".
You could maybe use something like updated >= -3h (it kind of depends on the use case/requirement and what you're trying to achieve).
Or you could use something like startOfDay() instead. 👀
Cheers,
Tobi
Relying on StartofDay() or EndofDay() was the direction I thought of but it's more constant
The updated > -3h you mentioned looks interesting - I never knew I could do that. Thanks!
Any other fields that this applies?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dd ,
Yeah, you could use relative time expressions like "-3h", "-5d", etc. with system fields such as updated, created, resolved, due, lastViewed but it should also work with custom date/time fields (if you use any).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It sounds like you're looking for something more like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.