ginkoba
Technical User
- Jan 29, 2009
- 60
I'm trying to figure out how to find data within a 4 month period. So when the report runs, it should pull data for the last month(1 month back) + 3 months. So if I run the report now, it should pull all June, July, August and September. Can someone please assist with this. I have this formula below that pulls all data from 1st of previous month to the last day of previous month. If I can get it to pull for 4 months, including 1 previous month back, that would be great.
{DocDate} in dateserial(year({?enddate}),month({?enddate})-1,1)
to
DateSerial(year({@EndDate}), month({@EndDate}), 1) -1
{DocDate} in dateserial(year({?enddate}),month({?enddate})-1,1)
to
DateSerial(year({@EndDate}), month({@EndDate}), 1) -1