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...