Please excuse if this question has been asked before. I'm looked to do a Fiscal Year Crosstab where the Column Headers would be the Fiscal Year. How would I go about this? Thanks in advance.
if {table.date} in date(2005,07,01) to date(2006,06,30) then "FY 2006" else
if {table.date} in date(2004,07,01) to date(2005,06,30) then "FY 2005" else
if {table.date} in date(2003,07,01) to date(2004,06,30) then "FY 2004"
Then use this formula as your column field, substituting the dates that match your fiscal year.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.