I have a report which is to run every Weekday (monday through to Friday).
The report will run in the evening and pick up all transactions for the currentdate; my select expert therefore reads (Transaction.date = Currentdate)
The problem I have is that on a monday I need the report to pick up data for the saturday and sunday as well...
How can i tell the select expert to do the following ....
If weekday in Tue/Wed/Thur/Fri then (Transaction.date = Currentdate)
else if its Monday then (Transaction.date in (Currentdate-3) to currentdate ?
The report will run in the evening and pick up all transactions for the currentdate; my select expert therefore reads (Transaction.date = Currentdate)
The problem I have is that on a monday I need the report to pick up data for the saturday and sunday as well...
How can i tell the select expert to do the following ....
If weekday in Tue/Wed/Thur/Fri then (Transaction.date = Currentdate)
else if its Monday then (Transaction.date in (Currentdate-3) to currentdate ?