i have a date param in the main report and need to see sales for a week based on the date pram for the current year and last fiscal year.
ELSE IF {?DateRangeType} = "Weekly" then
if({?Date })in Last7Days then
if ({MMS_Store_Region_vw.Region}="USA")then
{DailySales_Summary_vw.Sales}* {?ExchRate}
else
{DailySales_Summary_vw.Sales}
I am using this for the current year, how can i incoperate this for the last fiscal year using this field to pull the fiscal year....{Lwi_Periods.Fiscal_Year}
thanks
ELSE IF {?DateRangeType} = "Weekly" then
if({?Date })in Last7Days then
if ({MMS_Store_Region_vw.Region}="USA")then
{DailySales_Summary_vw.Sales}* {?ExchRate}
else
{DailySales_Summary_vw.Sales}
I am using this for the current year, how can i incoperate this for the last fiscal year using this field to pull the fiscal year....{Lwi_Periods.Fiscal_Year}
thanks