HI,
I'm new to crystal and Tek-tips so any help would be really aprreciated.
I need to create a formula/paramter using a date field for a rolling 12 months but for whole months only.
So, if I run the report today, 9th December, it will only report on dates that are 30th November 2009 back to 1st December 2008 inclusive.
Can someone help?
This is what I use right now to show the last twelve months so I'm guessing including the lastfullmonth operator somewhere might work?
{datefield}>= DATEADD ("yyyy", -1, CURRENTDATE)
I'm new to crystal and Tek-tips so any help would be really aprreciated.
I need to create a formula/paramter using a date field for a rolling 12 months but for whole months only.
So, if I run the report today, 9th December, it will only report on dates that are 30th November 2009 back to 1st December 2008 inclusive.
Can someone help?
This is what I use right now to show the last twelve months so I'm guessing including the lastfullmonth operator somewhere might work?
{datefield}>= DATEADD ("yyyy", -1, CURRENTDATE)