Is it possible to do a search based on time of day?

Victoria Harpe September 18, 2019

I would like a report of all issues  that are reported in our  off-hours (10pm to 6am)

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 18, 2019

yes, sort of, maybe  :-)

you could use something like this (some testing tweaking likely required...

createdDate >= startOfday("+22h") AND createdDate <= endofday()

create and save that filter and setup a subscription to run before the end of the day

Suggest an answer

Log in or Sign up to answer