I have a Crystal 8.0 report that is running off a stored procedure(SqlServer 7.0). The stored proc is returning the period amount for the current fiscal year, but not for the previous fiscal year. I just get 0's for previous fiscal year amount when I add the condition that fiscal year=last_fiscal_year, or even when I hard code 2004 as the last fiscal year
I subtract 1 from the current fiscal year to get it to return last_fiscal_year, and it does do that, but it does not return the corresponding period amount. However, when I run the stored procedure through Infomaker, there is a separate row for the amount from the previous fiscal year(2004), so I know the stored proc is getting the information.
Does anyone have any ideas on why Crystal is not getting the last fiscal year amount?
Thanks very much,
Sue
I subtract 1 from the current fiscal year to get it to return last_fiscal_year, and it does do that, but it does not return the corresponding period amount. However, when I run the stored procedure through Infomaker, there is a separate row for the amount from the previous fiscal year(2004), so I know the stored proc is getting the information.
Does anyone have any ideas on why Crystal is not getting the last fiscal year amount?
Thanks very much,
Sue