Does anyone have a formula for creating a filter that specifies a time range. Ie: Incidents created between 5pm - 9am
As we have night staff and day staff I need to create a dashboard for ticket timings between each team
Hi @Joey Moroney ,
created >= startOfDay("17h") And created <= endOfDay("+9h")
I think the above will work, please check this
Hi @Joey Moroney ,
createdDate >= "2021-01-21 17:00" and createdDate <= "2021-01-22 09:00"
But everyday have to change the date manually. will check if any other solution is possible.
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.