i would like to calculate quarterly sales..so far i have this.
cStr(((datediff("q", ({Lwi_Periods.Year_Start} ),{Lwi_Periods.Year_End} )) -2),0);
but this was just an idea. I need to incoperate my date parm which selects on day and based on that day the report should select the quarter in which that date was selected from and show the entire quarter. I would like to use {Lwi_Periods.Year_Start} and {Lwi_Periods.Year_End}(dates), {Lwi_Periods.Fiscal_Day} = 1, {Lwi_Periods.Quarter}="1st Q"(string) and
if(({?Date }) = ({DailySales_Summary_vw.SalesDate})to somehow do this. Any suggestions
cStr(((datediff("q", ({Lwi_Periods.Year_Start} ),{Lwi_Periods.Year_End} )) -2),0);
but this was just an idea. I need to incoperate my date parm which selects on day and based on that day the report should select the quarter in which that date was selected from and show the entire quarter. I would like to use {Lwi_Periods.Year_Start} and {Lwi_Periods.Year_End}(dates), {Lwi_Periods.Fiscal_Day} = 1, {Lwi_Periods.Quarter}="1st Q"(string) and
if(({?Date }) = ({DailySales_Summary_vw.SalesDate})to somehow do this. Any suggestions