How would I build a filter for a column that ranges from previous day/specific hour to current day/specific hour and it is reoccurring?
I did some searching here before asking and I don't know if this would work:
Either way, I need the report to pull data from the previous day @ 8am to the current day 7:59:59.999am
I did some searching here before asking and I don't know if this would work:
Code:
[Resolved Time]between(Today - 001 08:00:00.000) and (Today 000 07:59:59.999)
Either way, I need the report to pull data from the previous day @ 8am to the current day 7:59:59.999am