I need to compare month last fiscal year to current month and fiscal year.
I don't want to count the months for last year that are less than the Last full month for the current fiscal year.
So I don't want a count for April, May, June of 2012.
How can I modify this count formula?
if {Patient_Clin_Tran.status}in ["CO","SH"] and
{Patient_Clin_Tran.proc_chron} <= LastFullMonth
then 1 else 0
I don't want to count the months for last year that are less than the Last full month for the current fiscal year.
So I don't want a count for April, May, June of 2012.
How can I modify this count formula?
if {Patient_Clin_Tran.status}in ["CO","SH"] and
{Patient_Clin_Tran.proc_chron} <= LastFullMonth
then 1 else 0