I created two formula fields:
@Fiscal Year: year((currentdate)+61)
@ Financial Year:
if {table.date} in date ({@Fiscal Year}-2,11,1) to date
({@Fiscal Year}-1,10,31) then
"Financial Year"+" "+right(totext({@Fiscal Year}-2,0,""),2)+"/"+right(totext({@Fiscal Year}-1,0,""),2)
else
if...