Skip to main content

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개
  1. 2024년 10월 23일 오후 2:10

    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

0/9000