Hello,
I have what appears a simple problem but I cannot seem to resolve it on my own.
I have to generate productivity reports that limit the evaluation time from (Mon 7:00 AM) to (Sun 7:00 AM).
I know how to get Mon - Sun :
({Deal_Jacket.Billing_Comp_Pend} in (currentdate - dayofweek(currentdate)-5) to (currentdate - dayofweek(currentdate))
But I do not know how to restrict it by the time (such as 7:00 AM on Mon).
The fields I am working with are datetime (ie..."1/4/2005 1:55:13 PM") or "MM/DD/YYYY HH:MM:SS AM/PM"
I would greatly appreciate any assistance with this problem, thanks in advance!
I have what appears a simple problem but I cannot seem to resolve it on my own.
I have to generate productivity reports that limit the evaluation time from (Mon 7:00 AM) to (Sun 7:00 AM).
I know how to get Mon - Sun :
({Deal_Jacket.Billing_Comp_Pend} in (currentdate - dayofweek(currentdate)-5) to (currentdate - dayofweek(currentdate))
But I do not know how to restrict it by the time (such as 7:00 AM on Mon).
The fields I am working with are datetime (ie..."1/4/2005 1:55:13 PM") or "MM/DD/YYYY HH:MM:SS AM/PM"
I would greatly appreciate any assistance with this problem, thanks in advance!