How would you calculate the fiscal year from a date field in a view in SQL Server?
More simple for Australians :)
(YEAR(DATEADD(Month,-((DATEPART(Month,[Date])+5) %12),[Date]))+) AS Financial_Year