I want to update the default Start Date and End Date to On or After the previous 7 days for this report. Currently it always defaults to 9/1/2016 to 9/30/2016 and I have to manually change it. Is this possible?
*This post is locked for comments
I have the same question (0)Start => = DateAdd("d",-7,Now())
End => = Now()