Skip to Content
0
Former Member
Mar 02, 2009 at 02:00 PM

Last 12 Months

36 Views

Hello. I am currently using the following to pull the last 12 months of data

month({@ResolveDate})>=month(currentdate)-12

I need to pull the same data but only include full months. For example if I run this on 3/4/09 I do not want the data from the partial month of march to display. I want 3/1/08- 2/28/09.

Thank you.