Using Crystal Reports 8.5/Oracle Tables......
I am using the Calendar1stQtr (2nd, 3ld, 4th) functions in a series of reports. However our quarters go by Fiscal Year. Calendar1stQrt 2004 would actually be 3ld Quarter 2005, etc.
That, in itself, is not a problem. But I want my title to indicate the correct Fiscal Quarter.
I am using this formula:
"Cumulative Cases/Assignments Received for 3ld Quarter " + totext(year(currentdate),0,"")
How can I add a 1 to the year so that I get 2005??
Or is there a better way to handle the whole thing???
I am using the Calendar1stQtr (2nd, 3ld, 4th) functions in a series of reports. However our quarters go by Fiscal Year. Calendar1stQrt 2004 would actually be 3ld Quarter 2005, etc.
That, in itself, is not a problem. But I want my title to indicate the correct Fiscal Quarter.
I am using this formula:
"Cumulative Cases/Assignments Received for 3ld Quarter " + totext(year(currentdate),0,"")
How can I add a 1 to the year so that I get 2005??
Or is there a better way to handle the whole thing???