MrMitchell
New member
- Local time
- Today, 03:40
- Joined
- Jun 7, 2012
- Messages
- 5
Hey all I have the following expression built in a query:
weekend: DateAdd("d",-Weekday([scheduled_date])+6,([scheduled_date]))
. My reporting week is Saturday-Friday, and the output date is perfect (i.e. weekending date is 6/1/2012, 6/8/2012, etc.) however, it is still including saturdays as part of the previous week (meaning 6/2/2012 is being reported as WE 6/1/2012). Can't figure this one out, any help would be greatly appreciated!
Thanks in advance for your time!
weekend: DateAdd("d",-Weekday([scheduled_date])+6,([scheduled_date]))
. My reporting week is Saturday-Friday, and the output date is perfect (i.e. weekending date is 6/1/2012, 6/8/2012, etc.) however, it is still including saturdays as part of the previous week (meaning 6/2/2012 is being reported as WE 6/1/2012). Can't figure this one out, any help would be greatly appreciated!
Thanks in advance for your time!
Last edited: