Hi,
I have a report which I want to group by fiscal year. The fiscal years are FY2009/2010 - 7/1/09 to 6/30/10 and FY2010/2011 - 7/1/10 to 6/30/11. How could I modify the formula I saw earlier in this thread (closed now)?
ex. {service.tran.datesvc)
I have tried this below but it does not render what I am looking for:
if month({ServiceTrans.DateSvc}) in [7 to 12] then
cdate(year({ServiceTrans.DateSvc})-1,7,1)
else
cdate(year({ServiceTrans.DateSvc})+1,7,1);
Thanks for the help.
I have a report which I want to group by fiscal year. The fiscal years are FY2009/2010 - 7/1/09 to 6/30/10 and FY2010/2011 - 7/1/10 to 6/30/11. How could I modify the formula I saw earlier in this thread (closed now)?
ex. {service.tran.datesvc)
I have tried this below but it does not render what I am looking for:
if month({ServiceTrans.DateSvc}) in [7 to 12] then
cdate(year({ServiceTrans.DateSvc})-1,7,1)
else
cdate(year({ServiceTrans.DateSvc})+1,7,1);
Thanks for the help.