I would like to be able to filter Entities that were created within the last 24hrs from "now".
An example: we have a blueprint in Port representing the runs of our Acceptance Tests, which are associated with various services. I want to show the success rate of these ATs, but only based on those that were executed in the last 24 hrs (not just today, not just yesterday).
The closes option I found is the "between" operator, but then I can only filter "today" or "yesterday".