Question
How to filter LAST(Event Receive Time) in Display Conditions?

Hi,
I am working on a query to track when a device last sent events.
I want to list devices where the last log was received more than 5 hours ago.
I need a condition like this:
LAST(Event Receive Time) < Current Time - 5h
I’ve grouped results by:
LAST(Event Receive Time)
Reporting Device