I would like to see cases which are created between specific times in a day. Where case created date is between 5PM and 8AM
2 respuestas
have you tried a filter based on datepart('hour',date) >=17 or datepart('hour',date)<8
give it a try and if there is an additional question please attache your twbx