[QUOTE=rocketgirl]Hi
Hope you found an answer by now but if not,
I have used varying combinations of 'day of week' and 'current date' to set recurring reports to run on any day of a week but for the same period of days
for example {Date} = CurrentDate - Dayofweek(CurrentDate)
will always give you info for last Saturday
and {Date} = CurrentDate - Dayofweek(CurrentDate)-1 will always give you data for last Friday
regardless of what day of the week you pysically run your report
so {Date} = CurrentDate - Dayofweek(CurrentDate)+6 should give you this coming Saturday
HTH
[/QU
Hi,
In a crosstab monthwise i am giving date range let say from oct-2011 to till date i:e 12 jan-2012 so it is taking full month of oct, nov, dec & 12 days for current month.
what i want if today is 12th so it should take 1-12 of everymonth.
Can you please help me on this!
Regads
Alex