Hi
Some time ago I asked for help with the formula to bring back 2 months worth of data.
bdreed35 kindly came back with:
{Orders.Order Date} in dateadd("m",-1,minimum(lastfullmonth)) to maximum(lastfullmonth)
but now what if I want to run the report on the 1st of each month (or in effect at any time in a month) and have the report return the previous 2 months data? I get errors if I try to alter the above formula the way I think it should be.....
Some time ago I asked for help with the formula to bring back 2 months worth of data.
bdreed35 kindly came back with:
{Orders.Order Date} in dateadd("m",-1,minimum(lastfullmonth)) to maximum(lastfullmonth)
but now what if I want to run the report on the 1st of each month (or in effect at any time in a month) and have the report return the previous 2 months data? I get errors if I try to alter the above formula the way I think it should be.....