Hi,
I am looking to schedule a weekly report on a sunday which covers the previous Tuesday to Saturday. The paramater evaluation for last week is:
else if {?Relative Date} = "Last Week" then
(
RecStartDate := LastWeek(StartOfWeek)[1] + Y2KDate ;
RecEndDate := LastWeek(StartOfWeek)[2] + Y2KDate;
)
I saw the Last7Days Predefined Date Range Constant but I would like the last 6 days.
Any pointers would be apreciated.