Posted By
Brian Swanson
Jan 7, 2021 12:39 PM
Found In
Egroup:
Maximo Open Forum
\
view thread
HI Aaron, I think I got it. I may need to deal with the timestamp, but seems to be working.. Thanks.. select wonum, reportdate from workorder where reportdate > dateadd(day, -datepart(weekday, getdate()), getdate()) - 6 and reportdate < dateadd(day, -datepart(weekday, getdate()), getdate()) order ...
|